Skip to content

Commit

Permalink
Added github actions workflow to build arch package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark t480 committed Oct 29, 2023
1 parent 02f3d27 commit 441d793
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: build_archlinux_package

on: ['push','pull_request']

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: 2m/[email protected]
with:
target: 'srcinfo'
pkgname: '.'
- uses: 2m/[email protected]
with:
target: 'pkgbuild'
pkgname: '.'

0 comments on commit 441d793

Please sign in to comment.