forked from lavina/lavina
1
0
Fork 0
This commit is contained in:
Nikita Vilunov 2023-10-09 12:35:20 +02:00
parent f09efa7147
commit d866a5f37a
1 changed files with 1 additions and 1 deletions

View File

@ -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: