1
0
Fork 0
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:
Divy Srivastava 2021-03-05 18:06:00 +05:30 committed by GitHub
parent c1fe86b15c
commit afbae1c99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' ||