Update ArchLinux PKGBuild
This commit is contained in:
parent
dfde16ff94
commit
03f6b5e748
|
@ -39,6 +39,12 @@ jobs:
|
|||
uses: actions/checkout@v2
|
||||
- name: Download build artifact
|
||||
uses: actions/download-artifact@v2
|
||||
- name: Validate ArchLinux PKGBUILD
|
||||
uses: hapakaien/archlinux-package-action@v2
|
||||
with:
|
||||
flags: ''
|
||||
namcap: true
|
||||
updpkgsums: true
|
||||
- name: Makepkg build and check
|
||||
id: makepkg
|
||||
uses: edlanglois/pkgbuild-action@v1
|
||||
|
|
Loading…
Reference in New Issue