ts files fmt only

This commit is contained in:
Skillz
2020-06-18 10:53:42 -04:00
parent 00bd8b9b0d
commit af9da003fe
+1 -1
View File
@@ -29,4 +29,4 @@ jobs:
run: deno cache mod.ts
- name: Deno Format Check
run: deno fmt --check
run: deno fmt *.ts --check