We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc383 commit 92c04ffCopy full SHA for 92c04ff
.github/workflows/deno.yml
@@ -35,7 +35,7 @@ jobs:
35
run: deno task check
36
37
- name: 🔎 Check codebase formatting
38
- run: deno fmt --check
+ run: deno fmt --check --ignore=tutorials
39
40
- name: 🔎 Check derived artifacts
41
working-directory: packages/static
0 commit comments