We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f366b3 commit f3ae962Copy full SHA for f3ae962
1 file changed
.github/workflows/lint_test_compile.yml
@@ -24,7 +24,7 @@ jobs:
24
run: deno lint
25
26
- name: Deno fmt (check)
27
- run: deno fmt --check --ignore=examples/java/websocket/**/*.html
+ run: deno fmt --check --ignore=examples/**
28
29
tests:
30
runs-on: ubuntu-latest
0 commit comments