Fixed ci/fmt action

This commit is contained in:
Konstantin Gribov
2021-01-26 21:30:26 +03:00
parent 1bcd55ffe6
commit c6cf53dc8d

View File

@@ -42,7 +42,8 @@ jobs:
- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt --all -- --check
command: fmt
args: --all -- --check
clippy:
runs-on: ubuntu-latest