File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,27 +16,12 @@ with:
1616 args : --keywords=-RedundantVersion
1717` ` `
1818
19- ### ` pkgs` (optional) -- target package to install
20-
21- By default, the latest pkgcheck release is installed. This option allows
22- installing a custom set of packages. Multiple packages can be specified as a
23- space-separated list if required.
24-
25- Use of this option targets those who want to pin to a specific release for
26- whatever reason (e.g. bugs in newer versions) via :
27-
28- ` ` ` yaml
29- uses: pkgcore/pkgcheck-action@v1
30- with:
31- pkgs: pkgcheck==0.9.2
32- ` ` `
33-
34- or those that want to live on the edge running pkgcheck from git :
19+ To enable network checks, you can add ` ` --net` ` to ` ` args` ` :
3520
3621` ` ` yaml
3722uses : pkgcore/pkgcheck-action@v1
3823with :
39- pkgs: https://github.com/pkgcore/pkgcheck/archive/master.tar.gz
24+ args : --net
4025` ` `
4126
4227## Action failures
6348 runs-on : ubuntu-latest
6449 steps :
6550 - name : Checkout code
66- uses: actions/checkout@v2
51+ uses : actions/checkout@v4
6752
6853 - name : Run pkgcheck
6954 uses : pkgcore/pkgcheck-action@v1
8570 runs-on : ubuntu-latest
8671 steps :
8772 - name : Checkout code
88- uses: actions/checkout@v2
73+ uses : actions/checkout@v4
8974
9075 - name : Run pkgcheck
9176 uses : pkgcore/pkgcheck-action@v1
You can’t perform that action at this time.
0 commit comments