Use a different Github action.
This commit is contained in:
parent
e3ca13dd50
commit
7b13dfe989
|
@ -27,9 +27,9 @@ jobs:
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
|
||||||
- name: fmt
|
- name: fmt
|
||||||
uses: mbrobbel/rustfmt-check@master
|
uses: actions-rust-lang/rustfmt@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
manifest-path: server/Cargo.toml
|
||||||
|
|
||||||
- name: clippy
|
- name: clippy
|
||||||
uses: actions-rs/clippy-check@v1
|
uses: actions-rs/clippy-check@v1
|
||||||
|
|
Loading…
Reference in New Issue