Add working directory.
This commit is contained in:
parent
7843f8b0e4
commit
bec525e042
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue