diff --git a/.woodpecker/push-next.yml b/.woodpecker/push-next.yml index cdfe4d2..0794d48 100644 --- a/.woodpecker/push-next.yml +++ b/.woodpecker/push-next.yml @@ -1,5 +1,6 @@ steps: todo_check: + # INFO: This doesn't have an equivalent yet for Forgejo Actions # INFO: https://woodpecker-ci.org/plugins/TODO-Checker image: codeberg.org/epsilon_02/todo-checker:1.1 when: @@ -10,25 +11,3 @@ steps: repository_token: "776a3b928b852472c2af727a360c85c00af64b9f" prefix_regex: "(#|//) (TODO|FIXME): " 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