kann mir iwer bitte einen hammer auf den kopf hauen
This commit is contained in:
parent
85a3f08c42
commit
387e04fa5a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue