summaryrefslogtreecommitdiffstats
path: root/.woodpecker/check.yml
blob: 5e2cbf8b14bbd2c6b2cfdbb9c1e4c9b493907d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
when:
  - event: manual
  - event: pull_request
steps:
  check:
    image: rust
    commands:
      - cargo check
  check-fmt:
    image: rust
    commands:
      - cargo fmt --check