kann mir iwer bitte einen hammer auf den kopf hauen
All checks were successful
/ build (push) Successful in 1m42s
/ clippy (push) Successful in 1m43s

This commit is contained in:
xqtc 2024-09-05 22:39:13 +02:00
parent 85a3f08c42
commit 387e04fa5a

View file

@ -16,15 +16,11 @@ jobs:
- uses: https://github.com/actions-rs/cargo@v1
with:
command: build
args: --release --bins
- uses: https://github.com/actions-rs/cargo@v1
with:
command: build
args: --release --lib
args: --bins
# - uses: https://github.com/actions-rs/cargo@v1
# with:
# command: test
# args: --lib
# command: build
# args: --lib
clippy:
runs-on: ubuntu-latest
steps:
@ -39,7 +35,7 @@ jobs:
- uses: https://github.com/actions-rs/cargo@v1
with:
command: clippy
args: --fix --lib --bins
args: --fix --bins
- id: commit
name: commit
uses: https://github.com/EndBug/add-and-commit@v9