put back into checkout as suggested by negril

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-17 14:21:26 -05:00
parent ff14058c12
commit 3154207a2b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 2 additions and 2 deletions

View file

@ -11,8 +11,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run pkgcheck
- run: git config --global --add safe.directory /github/workspace
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}

View file

@ -11,8 +11,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run pkgcheck
- run: git config --global --add safe.directory /github/workspace
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}