f: swap todo for formatter
Some checks failed
ci/woodpecker/push/formatter Pipeline failed

This commit is contained in:
hexlocation 2025-08-03 01:23:48 +02:00
parent 64beaa043a
commit 46fb165021
2 changed files with 14 additions and 8 deletions

View file

@ -0,0 +1,14 @@
when:
- event: push
branch: ${CI_REPO_DEFAULT_BRANCH}
- event: pull_request
steps:
- name: 'Check w/ Prettier'
image: woodpeckerci/plugin-prettier:next
settings:
single_issue_check: true
- name: 'Check w/ Cargo'
image: rust:1.88
commands:
- cargo check

View file

@ -1,8 +0,0 @@
when:
- event: push
branch: dev
steps:
- name: 'Check TODOs'
image: codeberg.org/epsilon_02/todo-checker
settings:
single_issue_check: true