1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-18 07:57:45 +00:00
physis/.build.yml
2022-07-19 20:08:14 -04:00

13 lines
No EOL
210 B
YAML

image: archlinux
packages:
- rust
- cargo-deny
sources:
- https://git.sr.ht/~redstrate/physis
tasks:
- check: |
cd physis
cargo check
- deny-check: |
cd physis
cargo deny check