ci: fixes
Some checks failed
ci/woodpecker/cron/cargo-checks Pipeline failed
ci/woodpecker/cron/flake-update Pipeline was successful

This commit is contained in:
notohh 2024-02-25 09:57:01 -05:00
parent b68afc932e
commit fe9c8f1035
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 3 additions and 4 deletions

View file

@ -5,6 +5,6 @@ when:
ignore_message: "[ALL]" ignore_message: "[ALL]"
steps: steps:
update: update:
image: rustlang/rust:nightly image: rustlang/rust
commands: | commands: |
cargo +nightly fmt -- --check cargo fmt -- --check

View file

@ -37,10 +37,9 @@ steps:
owner: ${CI_REPO_OWNER} owner: ${CI_REPO_OWNER}
repo: ${CI_REPO_NAME} repo: ${CI_REPO_NAME}
branch: flake-lock-update branch: flake-lock-update
base_branch: master base_branch: init-ci
pr_title: "flake.lock: update" pr_title: "flake.lock: update"
pr_body: PR automatically created by Woodpecker CI pr_body: PR automatically created by Woodpecker CI
skip_on_missing_branch: false
close_pr_if_empty: true close_pr_if_empty: true
delete_branch_if_pr_empty: true delete_branch_if_pr_empty: true
merge_when_checks_succeed: false merge_when_checks_succeed: false