diff options
author | Christoph Settgast <csett86_git@quicksands.de> | 2023-01-19 18:21:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 18:21:50 +0100 |
commit | a1551768aad149a1d4eed7884cd75d4ee4444710 (patch) | |
tree | 35392f137caa80a288ffa656daaa8e7c7bf7aead /.github | |
parent | c49dcfb965b1954aa4b8469f795f07ecb39f4271 (diff) |
ci: move linting from slowest to fastest job (#828)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 841f6aa..4144fcc 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: |