Skip to content

Commit

Permalink
chore: change to run lint over affected
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 19, 2024
1 parent a31b188 commit 9b51794
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 @@ -26,4 +26,4 @@ jobs:
- name: Build all packages
run: yarn nx run-many -t build

- run: yarn nx run-many -t lint && yarn nx format:check
- run: yarn nx affected:lint --base=$DESTINATION_BRANCH --parallel --max-parallel=3 && yarn nx format:check

0 comments on commit 9b51794

Please sign in to comment.