Skip to content

Commit

Permalink
CI: check formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Dec 6, 2024
1 parent 1414d1b commit 39bfa24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: Update Rust
run: rustup update
- name: Check formatting
run: cargo fmt --check
- name: Build
run: cargo build --quiet --all-targets
- name: Build with Tokio support
Expand Down

0 comments on commit 39bfa24

Please sign in to comment.