Skip to content

Commit

Permalink
cicd: check for formatting and clippy in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Mar 8, 2024
1 parent 76d3090 commit df3a5f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Formatting & Lints
run: cargo fmt -- --check && cargo clippy -- -D warnings
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit df3a5f2

Please sign in to comment.