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
|
- uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: clippy
|
command: clippy
|
||||||
args: --fix --lib --bin
|
args: --fix --lib --bins
|
||||||
- id: commit
|
- id: commit
|
||||||
name: commit
|
name: commit
|
||||||
uses: https://github.com/EndBug/add-and-commit@v9
|
uses: https://github.com/EndBug/add-and-commit@v9
|
||||||
|
|
Loading…
Reference in a new issue