Skip to content

Commit

Permalink
Add a CI job to ensure generated types are updated
Browse files Browse the repository at this point in the history
Ensure that type generation from `schema.json` is up-to-date.
  • Loading branch information
andrew-farries committed Jan 10, 2024
1 parent 72cc155 commit 8422d12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ jobs:
fi
done
type-generation:
name: Type generation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Ensure generated types are up-to-date
run: |
echo hello world
license-check:
name: License check
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8422d12

Please sign in to comment.