We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af246ae commit bf32bcdCopy full SHA for bf32bcd
1 file changed
.github/workflows/rust.yml
@@ -94,12 +94,9 @@ jobs:
94
# especially without debug feature
95
- run: cargo clippy
96
working-directory: rust
97
- - run: cargo fmt --check
98
- working-directory: rust/suricatactl
99
100
- working-directory: rust/suricatasc
101
102
- working-directory: rust/sys
+ - name: Check Rust formatting
+ run: cargo fmt --check
+ working-directory: rust
103
- name: Check if Cargo.lock.in is up to date
104
run: |
105
cp rust/Cargo.lock rust/Cargo.lock.in
@@ -109,6 +106,3 @@ jobs:
109
106
echo "::error ::Cargo.lock.in needs to be updated"
110
107
exit 1
111
108
fi
112
- # does not work in other subdirectories for now
113
114
- working-directory: rust/htp
0 commit comments