Skip to content

run generate-and-check on github actions #9

run generate-and-check on github actions

run generate-and-check on github actions #9

Workflow file for this run

name: Generate and check
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
submodules: recursive
- name: Install Rust 1.79 and nightly
run: rustup update 1.79.0 nightly
- name: Generate and check
run: ./generate-and-check.sh --require-clean