Skip to content

Commit

Permalink
add rustfmt check to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
micolous committed Jul 25, 2023
1 parent 127f2be commit 163fa33
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -12,6 +12,15 @@ env:
CARGO_TERM_COLOR: always

jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
components: rustfmt
- run: cargo fmt --check
semver:
runs-on: macos-11.0
steps:
Expand Down

0 comments on commit 163fa33

Please sign in to comment.