Skip to content

Commit

Permalink
feat: add check to see if generated code is current
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan committed May 10, 2024
1 parent 4b045a4 commit 5a5cf2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
- name: Clean and Build
run: ./gradlew clean build -Plog-tests

- name: Ensure there are no changes after building (e.g. the Weather SDK)
run: |
git diff
test -z "$(git diff)"

0 comments on commit 5a5cf2f

Please sign in to comment.