diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..09e2bcd --- /dev/null +++ b/.build.yml @@ -0,0 +1,13 @@ +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 \ No newline at end of file