Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

CI: add a regen check job #20

Merged
merged 1 commit into from
Nov 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,14 @@ jobs:
name: pangocairo
run: cargo clippy --all-targets -- -D warnings

generator:
name: regen check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: python3 generator.py --yes
- run: git diff -R --exit-code

checker:
name: gtk-rs checker
runs-on: ubuntu-latest
Expand Down