Skip to content

Commit

Permalink
set as separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 7, 2022
1 parent 26d3d72 commit deaf747
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
fmt:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Rustfmt
run: cargo fmt --check
- name: Verify regenerated files
run: ./scripts/unicode.py && diff tables.rs src/tables.rs
run: ./scripts/unicode.py && diff tables.rs src/tables.rs

0 comments on commit deaf747

Please sign in to comment.