From 7b13dfe98901ed12e847b728de6412f9055f2aa9 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Mon, 22 May 2023 22:05:07 -0700 Subject: [PATCH] Use a different Github action. --- .github/workflows/server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 3222839..7ea08f5 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -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