Skip to content

Commit 90a9c89

Browse files
authored
Merge pull request #5 from mahkoh/jorth/generator-ci
Add CI job to ensure that generated code is up to date
2 parents 453b008 + db974ae commit 90a9c89

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/workflows.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@ jobs:
5656
- name: Test
5757
run: |
5858
cargo test --verbose --all-features
59+
generator:
60+
runs-on: ubuntu-latest
61+
steps:
62+
- uses: actions/checkout@v2
63+
- name: Generator
64+
run: |
65+
cargo run -p generator
66+
git diff --exit-code

0 commit comments

Comments
 (0)