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