forked from kemitix/git-next
build(woodpecker): remove build_and_lint and test from push-next
These are now handled by the forgejo actions job push-next.
This commit is contained in:
parent
446300e786
commit
c90aef3796
1 changed files with 1 additions and 22 deletions
|
@ -1,5 +1,6 @@
|
||||||
steps:
|
steps:
|
||||||
todo_check:
|
todo_check:
|
||||||
|
# INFO: This doesn't have an equivalent yet for Forgejo Actions
|
||||||
# INFO: https://woodpecker-ci.org/plugins/TODO-Checker
|
# INFO: https://woodpecker-ci.org/plugins/TODO-Checker
|
||||||
image: codeberg.org/epsilon_02/todo-checker:1.1
|
image: codeberg.org/epsilon_02/todo-checker:1.1
|
||||||
when:
|
when:
|
||||||
|
@ -10,25 +11,3 @@ steps:
|
||||||
repository_token: "776a3b928b852472c2af727a360c85c00af64b9f"
|
repository_token: "776a3b928b852472c2af727a360c85c00af64b9f"
|
||||||
prefix_regex: "(#|//) (TODO|FIXME): "
|
prefix_regex: "(#|//) (TODO|FIXME): "
|
||||||
debug: false
|
debug: false
|
||||||
|
|
||||||
lint_and_build:
|
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: next
|
|
||||||
image: git.kemitix.net/kemitix/git-next-builder:latest
|
|
||||||
environment:
|
|
||||||
CARGO_TERM_COLOR: always
|
|
||||||
commands:
|
|
||||||
- cargo fmt --all -- --check
|
|
||||||
- cargo clippy -- -D warnings
|
|
||||||
- cargo build
|
|
||||||
|
|
||||||
test:
|
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: next
|
|
||||||
image: git.kemitix.net/kemitix/git-next-builder:latest
|
|
||||||
environment:
|
|
||||||
CARGO_TERM_COLOR: always
|
|
||||||
commands:
|
|
||||||
- cargo test
|
|
||||||
|
|
Loading…
Reference in a new issue