From 03f6b5e7480667c657b19b5f78c8059b4cd04e69 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Tue, 19 Sep 2023 23:06:42 +0200 Subject: [PATCH] Update ArchLinux PKGBuild --- .github/workflows/go.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 841f529..e9af93d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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