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,14 +16,10 @@ jobs:
- uses: https://github.com/actions-rs/cargo@v1 - uses: https://github.com/actions-rs/cargo@v1
with: with:
command: build command: build
args: --release --bins args: --bins
- uses: https://github.com/actions-rs/cargo@v1
with:
command: build
args: --release --lib
# - uses: https://github.com/actions-rs/cargo@v1 # - uses: https://github.com/actions-rs/cargo@v1
# with: # with:
# command: test # command: build
# args: --lib # args: --lib
clippy: clippy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -39,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 --bins args: --fix --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