Skip to content

Commit

Permalink
Run linting via nx
Browse files Browse the repository at this point in the history
Workaround needed because of nrwl/nx#20752
  • Loading branch information
RasmusKjeldgaard committed Jan 22, 2024
1 parent 57de6dd commit 1b92421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Kirby setup
uses: ./.github/actions/kirby-setup
- name: Run linting
run: npm run lint
run: nx run lint
- name: Run tests
run: npm run test:ci
- name: Generate coverage report
Expand Down

0 comments on commit 1b92421

Please sign in to comment.