From c866d127a99cccdf68b8d6c3cc37f3e41a633412 Mon Sep 17 00:00:00 2001 From: ayntee Date: Fri, 13 Nov 2020 13:10:44 +0400 Subject: [PATCH] Idk --- .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 68641aeaa..f16d35b38 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,4 +13,4 @@ jobs: - name: Cache the dependencies run: deno cache mod.ts - name: Run format script with --check - run: deno fmt *.ts --check + run: deno fmt --ignore=./docs --check