Skip to content

Commit

Permalink
Add gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Mar 18, 2024
1 parent f1b9abe commit b284f3b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
with:
components: rustfmt
- run: cargo fmt --check

Verify:
runs-on: ubuntu-latest
steps:
- name: Verify regenerated files
run: python3 ./tools/generate.py && git diff --exit-code -- src/char_data/tables.rs
build_result:
name: homu build finished
runs-on: ubuntu-latest
Expand Down

0 comments on commit b284f3b

Please sign in to comment.