Skip to content

Commit

Permalink
ci: add pentoo-ci check to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Oct 16, 2024
1 parent 85d735f commit da3d78a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pkgcheck_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da3d78a

Please sign in to comment.