diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..7739256f7 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,14 @@ +name: test aptly upload-lint +on: + push: + pull_request: + +permissions: + contents: read + +jobs: + aptly-upload: + name: upload + runs-on: ubuntu-latest + steps: + - uses: neolynx/aptly-github-action@v0.0.6