Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKaplan-lw committed Aug 12, 2024
1 parent 6f2b0aa commit c2db71e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/scripts/cargo-fmt.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
set -euxo pipefail
cargo +nightly fmt -- --check
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
CARGO_HOME: .cargo_home
with:
args: cargo +nightly fmt -- --check
args: ./.github/scripts/cargo-fmt.sh

- name: Cargo machete
uses: docker://rustlang/rust:nightly
Expand Down

0 comments on commit c2db71e

Please sign in to comment.