Skip to content

Commit

Permalink
ci: move linting from slowest to fastest job (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Jan 19, 2023
1 parent c49dcfb commit a155176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a155176

Please sign in to comment.