mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
chore(ci): move fmt before lint (#9695)
This commit is contained in:
parent
c1fe86b15c
commit
afbae1c99d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -189,14 +189,14 @@ jobs:
|
||||||
cargo --version
|
cargo --version
|
||||||
deno --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
|
- name: test_format.js
|
||||||
if: matrix.kind == 'lint'
|
if: matrix.kind == 'lint'
|
||||||
run: deno run --unstable --allow-write --allow-read --allow-run ./tools/format.js --check
|
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
|
- name: Build release
|
||||||
if: |
|
if: |
|
||||||
matrix.kind == 'test_release' ||
|
matrix.kind == 'test_release' ||
|
||||||
|
|
Loading…
Reference in a new issue