Fix workflows PART 2
This commit is contained in:
parent
6007880020
commit
696737f2c1
|
@ -35,7 +35,7 @@ jobs:
|
|||
- uses: https://github.com/actions-rs/cargo@v1
|
||||
with:
|
||||
command: clippy
|
||||
args: --fix --lib --bin
|
||||
args: --fix --lib --bins
|
||||
- id: commit
|
||||
name: commit
|
||||
uses: https://github.com/EndBug/add-and-commit@v9
|
||||
|
|
Loading…
Reference in a new issue