Skip to content

Merge pull request #1116 from mahkoh/jorth/color-pipelines #58

Merge pull request #1116 from mahkoh/jorth/color-pipelines

Merge pull request #1116 from mahkoh/jorth/color-pipelines #58

Workflow file for this run

name: codegen
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
codegen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
rustup toolchain install nightly --allow-downgrade -c rustfmt
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Check
run: |
./codegen/codegen.sh
git diff --exit-code