Use the simple CLI command.
This commit is contained in:
parent
7b13dfe989
commit
d3d1c17520
|
@ -27,12 +27,7 @@ jobs:
|
|||
run: cargo test --verbose
|
||||
|
||||
- name: fmt
|
||||
uses: actions-rust-lang/rustfmt@v1
|
||||
with:
|
||||
manifest-path: server/Cargo.toml
|
||||
run: cargo fmt --check
|
||||
|
||||
- name: clippy
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features
|
||||
run: cargo clippy
|
||||
|
|
Loading…
Reference in New Issue