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