Skip to content

Commit

Permalink
chore(ci): move fmt before lint (denoland#9695)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Mar 5, 2021
1 parent c1fe86b commit afbae1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' ||
Expand Down

0 comments on commit afbae1c

Please sign in to comment.