Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akac97 authored Nov 25, 2023
0 parents commit 297a7ab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 297a7ab

Please sign in to comment.