This commit is contained in:
ayntee
2020-11-13 13:10:44 +04:00
parent 0ea9dbc7c4
commit c866d127a9
+1 -1
View File
@@ -13,4 +13,4 @@ jobs:
- name: Cache the dependencies
run: deno cache mod.ts
- name: Run format script with --check
run: deno fmt *.ts --check
run: deno fmt --ignore=./docs --check