ci: add pentoo-ci check to pr

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-10-16 17:39:49 -04:00
parent 85d735f0a3
commit da3d78ad33
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 10 additions and 0 deletions

View file

@ -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:

View file

@ -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: