Update ArchLinux PKGBuild

This commit is contained in:
Bernd Schoolmann 2023-09-19 23:06:42 +02:00
parent dfde16ff94
commit 03f6b5e748
No known key found for this signature in database
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v2 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 - name: Makepkg build and check
id: makepkg id: makepkg
uses: edlanglois/pkgbuild-action@v1 uses: edlanglois/pkgbuild-action@v1