Skip to content

Commit

Permalink
pkgcheck: Drop --net which required pkg installation.
Browse files Browse the repository at this point in the history
Support was silently dropped within the action:
pkgcore/pkgcheck-action@3f230b1
  • Loading branch information
olifre authored Jan 15, 2024
1 parent 4998f61 commit feddc2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pkgcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ jobs:
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --net --keywords=-RedundantVersion,-MissingAccountIdentifier
pkgs: pkgcheck>=0.10.3 requests
args: --keywords=-RedundantVersion,-MissingAccountIdentifier

0 comments on commit feddc2b

Please sign in to comment.