This repository has been archived on 2023-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
blog/.woodpecker/.test.yml

14 lines
201 B
YAML

pipeline:
clippy:
image: 'rust:1.57'
commands:
- cargo clippy -- -D clippy::all --no-deps
tests:
image: 'rust:1.57'
commands:
- cargo test
when:
event: pull_request