diff --git a/.github/workflows/aur-checker.yml b/.github/workflows/aur-checker.yml new file mode 100644 index 0000000..d0cc010 --- /dev/null +++ b/.github/workflows/aur-checker.yml @@ -0,0 +1,16 @@ +name: AUR install + +on: + schedule: + - cron: "32 5 */3 * *" + push: + branches: [ master, main ] + +jobs: + test-install: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Install AUR package + run: ./scripts/check-aur.sh \ No newline at end of file