Skip to content

Commit

Permalink
github actions, honestly guessing here
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Dec 25, 2023
1 parent ae8501f commit f94209d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f94209d

Please sign in to comment.