From 19c7e3b4e07dc40ff27b0275859b2d2554c5c8e2 Mon Sep 17 00:00:00 2001 From: ayntee Date: Wed, 20 Jan 2021 23:29:59 +0400 Subject: [PATCH] ci(test): add fmt check script --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c547e2ae0..b491b1af9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: denolib/setup-deno@v2 - - name: Run lint script - run: deno lint src/** --unstable - name: Run fmt check script run: deno fmt --check + - name: Run lint script + run: deno lint src/** --unstable