Use a different Github action.

This commit is contained in:
Luke Curley 2023-05-22 22:05:07 -07:00
parent e3ca13dd50
commit 7b13dfe989
1 changed files with 2 additions and 2 deletions

View File

@ -27,9 +27,9 @@ jobs:
run: cargo test --verbose
- name: fmt
uses: mbrobbel/rustfmt-check@master
uses: actions-rust-lang/rustfmt@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
manifest-path: server/Cargo.toml
- name: clippy
uses: actions-rs/clippy-check@v1