State unification #17
This file contains 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: Generate interfaces | |
on: | |
push: | |
branches: | |
- master | |
tags: | |
- 'v[0-9]+\.*' | |
pull_request: | |
branches: | |
- master | |
- develop | |
- 'v[0-9]+.[0-9]+' | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
gen-ifaces: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dtolnay/rust-toolchain@stable | |
- run: cargo run --features fs | |
# Due to timestamp there is a difference in supplements. | |
# - run: git diff | grep -q . && exit 1 |