Skip to content

Commit 2fc4fc6

Browse files
committed
deno lint no longer require --unstable flag
1 parent 03625b9 commit 2fc4fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
deno-version: ${{ env.DENO_VERSION }}
2222
- name: Lint
23-
run: deno lint --unstable
23+
run: deno lint
2424

2525
format:
2626
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)