summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4b38e3a47..d405017f3 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' ||