mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
add clippy to pipeline
This commit is contained in:
parent
92eadec0d9
commit
8c0fc85230
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
@ -31,6 +31,9 @@ jobs:
|
|||||||
- name: Check
|
- name: Check
|
||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
run: cargo check
|
run: cargo check
|
||||||
|
- name: Clippy
|
||||||
|
working-directory: ./game
|
||||||
|
run: cargo clippy
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ./game
|
working-directory: ./game
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user