mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
ci(lint): remove unstable flag (#933)
This commit is contained in:
@@ -11,4 +11,4 @@ jobs:
|
||||
- name: Commit formatted files
|
||||
uses: EndBug/add-and-commit@v7
|
||||
- name: Run lint script
|
||||
run: deno lint src/** test/** --unstable --ignore=./src/types
|
||||
run: deno lint ./src ./tests --ignore=./src/types
|
||||
|
||||
Reference in New Issue
Block a user