Skip to content

Commit

Permalink
Run build before linting
Browse files Browse the repository at this point in the history
  • Loading branch information
james-pre committed Oct 30, 2024
1 parent ede692d commit b78e148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Formatting
run: npm run format:check

- name: Linting
run: npm run lint

- name: Build
run: npm run build

- name: Linting
run: npm run lint

- name: Unit tests (common)
run: npm run test:common

Expand Down

0 comments on commit b78e148

Please sign in to comment.