Skip to content

Commit

Permalink
chore: point nx to origin
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Nov 27, 2024
1 parent d4bed47 commit 8203472
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 @@ -29,4 +29,4 @@ jobs:
- name: Build all packages
run: yarn nx run-many -t build

- run: yarn nx affected:lint --base=$DESTINATION_BRANCH --parallel --max-parallel=3 && yarn nx format:check
- run: yarn nx affected:lint --base=origin/${DESTINATION_BRANCH} --parallel --max-parallel=3 && yarn nx format:check

0 comments on commit 8203472

Please sign in to comment.