Compare commits
1 commit
000c9403d5
...
a8d97ce0b3
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d97ce0b3 |
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@ jobs:
|
||||||
- name: "Check Format"
|
- name: "Check Format"
|
||||||
run: cargo fmt --check
|
run: cargo fmt --check
|
||||||
working-directory: rust
|
working-directory: rust
|
||||||
|
- name: "Build"
|
||||||
|
run: |
|
||||||
|
cargo build --locked
|
||||||
|
working-directory: rust
|
||||||
- name: "Lint"
|
- name: "Lint"
|
||||||
run: |
|
run: |
|
||||||
rustup component add clippy
|
rustup component add clippy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue