Skip to content

Commit

Permalink
build: add check to ensure generated code is up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Mar 15, 2024
1 parent 27f9916 commit 3554f1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
set -o pipefail
poetry run poe docs
- name: Check generated code
run: |
set -o pipefail
poetry run poe gen && git diff --exit-code
tests:
runs-on: "ubuntu-latest"
steps:
Expand Down

0 comments on commit 3554f1d

Please sign in to comment.