Skip to content

Commit

Permalink
use latest version of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed Jul 2, 2024
1 parent 8a1e542 commit 3b7d962
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
fetch-depth: 0

- name: Tree-wide pkgcheck error check
uses: pkgcore/pkgcheck-action@v1
uses: pkgcore/pkgcheck-action@v4
with:
args: --exit error -k error,PkgMetadataXmlIndentation,DeprecatedManifestHash,UnusedInherits,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault

- name: Commit pkgcheck warnings
uses: pkgcore/pkgcheck-action@v1
uses: pkgcore/pkgcheck-action@v4
with:
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault --commits HEAD^..${{ github.sha }}
4 changes: 2 additions & 2 deletions .github/workflows/pkgcheck_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
fetch-depth: 0

- name: Tree-wide pkgcheck error check
uses: pkgcore/pkgcheck-action@v1
uses: pkgcore/pkgcheck-action@v4
with:
args: --exit error -k error,PkgMetadataXmlIndentation,DeprecatedManifestHash,UnusedInherits,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-NonsolvableDepsInExp,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault

- name: Commit pkgcheck warnings
uses: pkgcore/pkgcheck-action@v1
uses: pkgcore/pkgcheck-action@v4
with:
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault --commits HEAD^..${{ github.sha }}

0 comments on commit 3b7d962

Please sign in to comment.