mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
add ci
This commit is contained in:
parent
ae382110a4
commit
7b63ecd552
1 changed files with 13 additions and 0 deletions
13
.woodpecker/check.yml
Normal file
13
.woodpecker/check.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
when:
|
||||||
|
- event: manual
|
||||||
|
- event: pull_request
|
||||||
|
steps:
|
||||||
|
check:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- cargo check
|
||||||
|
check-fmt:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- rustup component add rustfmt
|
||||||
|
- cargo fmt --check
|
Loading…
Reference in a new issue