mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -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
|
||||
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' ||
|
||||
|
|
Loading…
Reference in a new issue