Add working directory.
This commit is contained in:
parent
7843f8b0e4
commit
bec525e042
|
@ -25,11 +25,13 @@ jobs:
|
||||||
|
|
||||||
- name: fmt
|
- name: fmt
|
||||||
uses: mbrobbel/rustfmt-check@master
|
uses: mbrobbel/rustfmt-check@master
|
||||||
|
working-directory: server
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: clippy
|
- name: clippy
|
||||||
uses: actions-rs/clippy-check@v1
|
uses: actions-rs/clippy-check@v1
|
||||||
|
working-directory: server
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
args: --all-features
|
args: --all-features
|
||||||
|
|
Loading…
Reference in New Issue