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