This commit is contained in:
parent
64beaa043a
commit
46fb165021
2 changed files with 14 additions and 8 deletions
14
.woodpecker/formatter.yaml
Normal file
14
.woodpecker/formatter.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue