Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Added fmt to CI. (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Sep 26, 2021
1 parent 05f41ae commit dfb5411
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ jobs:
- name: "clippy --all"
run: cargo clippy --all --tests

fmt:
name: fmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update stable
- uses: Swatinem/rust-cache@v1
- name: Install rustfmt
run: rustup component add rustfmt

- run: cargo fmt

miri-checks:
name: Miri
runs-on: ubuntu-latest
Expand Down

0 comments on commit dfb5411

Please sign in to comment.