github actions, honestly guessing here

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-12-25 12:29:38 -05:00
parent ae8501f090
commit f94209d2b7
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

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