ci(lint): run workflow for test directory

This commit is contained in:
ayntee
2021-01-26 12:56:27 +04:00
parent a3d154e13e
commit 0ed7420e01
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ jobs:
- name: Run fmt check script
run: deno fmt --check
- name: Run lint script
run: deno lint src/** --unstable
run: deno lint src/** test/** --unstable