diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b38e3a473..d405017f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,14 +189,14 @@ jobs: cargo --version deno --version - - name: lint.js - if: matrix.kind == 'lint' - run: deno run --unstable --allow-write --allow-read --allow-run ./tools/lint.js - - name: test_format.js if: matrix.kind == 'lint' run: deno run --unstable --allow-write --allow-read --allow-run ./tools/format.js --check + - name: lint.js + if: matrix.kind == 'lint' + run: deno run --unstable --allow-write --allow-read --allow-run ./tools/lint.js + - name: Build release if: | matrix.kind == 'test_release' ||