From 297a7ab8e501549d10941c0b7fbacbe8a38e3b1f Mon Sep 17 00:00:00 2001 From: akac97 <142359207+akac97@users.noreply.github.com> Date: Sat, 25 Nov 2023 21:09:44 +0100 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ac6e1ce --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,16 @@ +name: aur builder + +on: + push: + branches: + - main + workflow_dispatch: + +jobs: + container-test-job: + runs-on: ubuntu-latest + container: + image: ghcr.io/akac97/archlinux-builder:main + steps: + - name: Checkout code + uses: actions/checkout@v4