Automate injection of generated examples #1
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Check generated examples | |
| on: | |
| pull_request: | |
| push: | |
| jobs: | |
| check-test-vectors: | |
| name: Ensure generated examples are up to date | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Check if test vectors are up to date | |
| run: | | |
| cd examples | |
| ./inject-generated-content.sh --check |