Skip to content

Automate injection of generated examples #1

Automate injection of generated examples

Automate injection of generated examples #1

Workflow file for this run

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