Skip to content

Commit

Permalink
build: enforce formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyiam committed Aug 27, 2023
1 parent 6683438 commit dc2e119
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features

test:
name: check format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo fmt --check

# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
end-success:
name: bors build finished
Expand Down

0 comments on commit dc2e119

Please sign in to comment.