Fix workflows PART 2
All checks were successful
/ build (push) Successful in 1m23s
/ clippy (push) Successful in 1m23s

This commit is contained in:
xqtc 2024-09-03 22:25:45 +02:00
parent 6007880020
commit 696737f2c1

View file

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