From 11984ebb5f50947f2164a309c04c225a9dc7106b Mon Sep 17 00:00:00 2001 From: Oliver Freyermuth Date: Mon, 15 Jan 2024 18:18:54 +0100 Subject: [PATCH] pkgcheck: re-add --net The action should now support it without package installation. --- .github/workflows/pkgcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml index cdd8e52..8664bed 100644 --- a/.github/workflows/pkgcheck.yml +++ b/.github/workflows/pkgcheck.yml @@ -14,4 +14,4 @@ jobs: - name: Run pkgcheck uses: pkgcore/pkgcheck-action@v1 with: - args: --keywords=-RedundantVersion,-MissingAccountIdentifier + args: --net --keywords=-RedundantVersion,-MissingAccountIdentifier