build(build-*): bump rust action to v1.80.0-2
All checks were successful
Rust / build (push) Successful in 2m46s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 54s
All checks were successful
Rust / build (push) Successful in 2m46s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 54s
This commit is contained in:
parent
ee135eb5fe
commit
a9783807b3
2 changed files with 10 additions and 10 deletions
|
@ -22,14 +22,14 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Run release-plz release-pr
|
- name: Run release-plz release-pr
|
||||||
uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2
|
||||||
with:
|
with:
|
||||||
args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN}
|
args: release-plz release-pr --backend gitea --git-token ${GITHUB_TOKEN}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||||
- name: Run release-plz release
|
- name: Run release-plz release
|
||||||
uses: https://git.kemitix.net/kemitix/rust@be47ad0bab99ebd74de7cfdbdcde14780a680991
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2
|
||||||
with:
|
with:
|
||||||
args: release-plz release --backend gitea --git-token ${GITHUB_TOKEN}
|
args: release-plz release --backend gitea --git-token ${GITHUB_TOKEN}
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -18,21 +18,21 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Format
|
- name: Format
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2
|
||||||
with:
|
with:
|
||||||
args: fmt --all -- --check
|
args: cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2
|
||||||
with:
|
with:
|
||||||
args: clippy
|
args: cargo clippy
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2
|
||||||
with:
|
with:
|
||||||
args: build
|
args: cargo build
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-1
|
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2
|
||||||
with:
|
with:
|
||||||
args: test
|
args: cargo test
|
||||||
|
|
Loading…
Reference in a new issue