image: alpine/3.17
packages:
- rust
- cargo
sources:
- https://git.e3t.cc/~core/trifid
tasks:
- check: |
cargo check
cargo clippy
- build: |
cargo build