Skip to content

Commit

Permalink
Add rustfmt/clippy to the CI (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
notgull authored Dec 22, 2022
1 parent 5674886 commit cf0b435
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ on:
branches: [main]

jobs:
Check_Formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
rust-version: stable
components: rustfmt
- name: Check Formatting
run: cargo +stable fmt --all -- --check

tests:
name: Tests
strategy:
Expand Down

0 comments on commit cf0b435

Please sign in to comment.