Skip to content

Added github actions workflow to build arch package #1

Added github actions workflow to build arch package

Added github actions workflow to build arch package #1

Workflow file for this run

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: '.'