diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c8426b21a..182c2a121 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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