aptpkg/.build.yml

14 lines
168 B
YAML

image: ubuntu/next
packages:
- dpkg
- dpkg-dev
- shellcheck
sources:
- https://git.sr.ht/~earnestma/aptpkg
tasks:
- test: |
cd aptpkg
make test