mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-15 20:55:18 +01:00
ci: add pentoo-ci check to pr
This commit is contained in:
parent
85d735f0a3
commit
da3d78ad33
2 changed files with 10 additions and 0 deletions
5
.github/workflows/pkgcheck.yaml
vendored
5
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -12,6 +12,11 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Tree-wide pkgcheck pentoo-ci
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --repo pentoo -C PentooCI --exit PentooCI --net
|
||||
|
||||
- name: Tree-wide pkgcheck error check
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
|
|
|
|||
5
.github/workflows/pkgcheck_merge.yaml
vendored
5
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -13,6 +13,11 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Tree-wide pkgcheck pentoo-ci
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --repo pentoo -C PentooCI --exit PentooCI --net
|
||||
|
||||
- name: Tree-wide pkgcheck error check
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue