mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-23 07:11:08 +02:00
github actions, honestly guessing here
This commit is contained in:
parent
ae8501f090
commit
f94209d2b7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pkgcheck.yaml
vendored
4
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -9,5 +9,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Run pkgcheck
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-MissingRemoteId,-PotentialStable --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue