From bec525e042fc681efeb53454abe6363483c721cb Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Mon, 22 May 2023 21:56:16 -0700 Subject: [PATCH] Add working directory. --- .github/workflows/server.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 1003749..a8010d2 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -25,11 +25,13 @@ jobs: - name: fmt uses: mbrobbel/rustfmt-check@master + working-directory: server with: token: ${{ secrets.GITHUB_TOKEN }} - name: clippy uses: actions-rs/clippy-check@v1 + working-directory: server with: token: ${{ secrets.GITHUB_TOKEN }} args: --all-features