From eeda7aadc3872694606ea81e0a342812038d0f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Thu, 14 Nov 2024 22:48:10 +0100 Subject: [PATCH] add test workflow --- .github/workflows/test.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 000000000..16e13b90a --- /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.2