1 parent af246ae commit ade93a7Copy full SHA for ade93a7
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
+ - name: Check Rust formatting
98
- run: cargo fmt --check
- working-directory: rust/suricatactl
99
- - run: cargo fmt --check
100
- working-directory: rust/suricatasc
101
102
- working-directory: rust/sys
+ 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