Skip to content

Commit

Permalink
Add rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jimouris committed Oct 30, 2023
1 parent ef6c994 commit f2264d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,15 @@ jobs:

- name: Run tests
run: cargo test --release --verbose

fmt:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Build
run: rustup component add rustfmt

- name: Check fmt
run: cargo +nightly fmt --all -- --check

0 comments on commit f2264d2

Please sign in to comment.