Skip to content

Commit

Permalink
Same step
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Jan 10, 2024
1 parent f002018 commit 1e4cd87
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Generate types
run: |
make generate
- name: Ensure generated types are up-to-date
run: |
make generate
if ! git diff --quiet; then
echo "generated types are out of date!"
echo "run 'make generate' to regenerate type definitions from 'schema.json'"
Expand Down

0 comments on commit 1e4cd87

Please sign in to comment.