Skip to content

Commit 8163960

Browse files
CopilotAlirexaa
andcommitted
Final refinements to CI validation workflow
Co-authored-by: Alirexaa <70141416+Alirexaa@users.noreply.github.com>
1 parent 831a23d commit 8163960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Check formatting
2323
run: |
24-
cargo fmt -- --check
24+
cargo fmt --check
2525
if [ $? -ne 0 ]; then
2626
echo "❌ Code formatting issues found!"
2727
echo "💡 To fix formatting issues, run: cargo fmt"

0 commit comments

Comments
 (0)