From a1551768aad149a1d4eed7884cd75d4ee4444710 Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Thu, 19 Jan 2023 18:21:50 +0100 Subject: [PATCH] ci: move linting from slowest to fastest job (#828) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841f6aa27..4144fcc84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | npm ci + npm run lint npm run dist - uses: actions/upload-artifact@v3 with: @@ -55,7 +56,6 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | npm ci - npm run lint npm run dist - uses: actions/upload-artifact@v3 with: