Skip to content

Commit 04ed7a1

Browse files
committed
remove some ignore in lint
1 parent 2c0ab47 commit 04ed7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_test_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: deno lint
2525

2626
- name: Deno fmt (check)
27-
run: deno fmt --check --ignore=examples/java/websocket/**/*.html
27+
run: deno fmt --check
2828

2929
tests:
3030
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)