From 6e7a7efd1bf7fd51b9af6977a6b2a287a8494f15 Mon Sep 17 00:00:00 2001 From: rigormorrtiss Date: Thu, 13 May 2021 10:33:40 +0400 Subject: [PATCH] ci(lint): remove unstable flag (#933) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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