You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Arch Linux PKGBUILD builder action
v1.4
This action builds an validates Arch Linux package.
The PKGBUILD
and .SRCINFO
files should be under a subdirectory named the same as the pkgbuild
of the package.
This assumption is made so this action works well with aurpublish.
Required Validation target. Can be one of: pkgbuild
, srcinfo
.
Required The pkgname
of the package to be validated.
uses: 2m/arch-pkgbuild-builder@v1
with:
target: 'pkgbuild'
pkgname: 'ucm-bin'
uses: 2m/arch-pkgbuild-builder@v1
with:
target: 'srcinfo'
pkgname: 'ucm-bin'