forked from lavina/lavina
fix
This commit is contained in:
parent
f09efa7147
commit
d866a5f37a
|
@ -12,7 +12,7 @@ jobs:
|
|||
uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: fmt
|
||||
args: ["--check", "-p", "mgmt-api", "-p", "lavina"]
|
||||
args: "--check -p mgmt-api -p lavina"
|
||||
- name: cargo check
|
||||
uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue