mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-06 03:20:43 +02:00
add some explicit profile checks
This commit is contained in:
parent
b5d5752044
commit
53dabd088f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pkgcheck.yaml
vendored
2
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -20,4 +20,4 @@ jobs:
|
|||
- name: Commit pkgcheck warnings
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault --commits HEAD^..${{ github.sha }}
|
||||
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault,ProfileError,ProfileWarning --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
2
.github/workflows/pkgcheck_merge.yaml
vendored
2
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -21,4 +21,4 @@ jobs:
|
|||
- name: Commit pkgcheck warnings
|
||||
uses: pkgcore/pkgcheck-action@v1
|
||||
with:
|
||||
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault --commits HEAD^..${{ github.sha }}
|
||||
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault,ProfileError,ProfileWarning --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue