Skip to content

Commit

Permalink
Add worflow to check for changes in generated GraphQL files
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Oct 30, 2024
1 parent f033e40 commit 50e418a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
run: pnpm lint
- name: Check types
run: pnpm check-types
- name: Check for changes in generated GraphQL files
run: |
pnpm generate
git diff --name-status --exit-code .
- name: Test
run: pnpm test
- name: Build project
Expand Down

0 comments on commit 50e418a

Please sign in to comment.