Skip to content

Commit d8e8261

Browse files
committed
ci: add clippy checks for gateway
1 parent 56e7358 commit d8e8261

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,13 @@ jobs:
556556
cargo fmt --check
557557
exit $(docker wait gateway-format)
558558
559+
- name: Clippy check
560+
run: |
561+
docker run --name=gateway-clippy --net=host -v $PWD/output:/output \
562+
${{ fromJSON(needs.build.outputs.stable_tags).gateway-test }} \
563+
cargo clippy --all-features --all-targets -- -D warnings
564+
exit $(docker wait gateway-clippy)
565+
559566
check_front:
560567
runs-on: ubuntu-latest
561568
needs:

0 commit comments

Comments
 (0)