From afbae1c99da0b23fc1bb793cc34c6c8d3973d85c Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 5 Mar 2021 18:06:00 +0530 Subject: chore(ci): move fmt before lint (#9695) --- .github/workflows/ci.yml | 8 ++++---- 1 file 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' || -- cgit v1.2.3