mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
workflow: force enable a check or the missing dir causes a failure
This commit is contained in:
parent
0ec0db066a
commit
5dd89e7105
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,-DeprecatedDep,-MissingUseDepDefault,ProfileError,ProfileWarning,UnknownProfilePackageUse,OldPackageUpdate,OldMultiMovePackageUpdate,LaggingProfileEapi,UnknownProfilePackageKeywords,-UnusedProfileDirs --commits HEAD^..${{ github.sha }}
|
||||
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-DeprecatedDep,-MissingUseDepDefault,ProfileError,ProfileWarning,UnknownProfilePackageUse,OldPackageUpdate,OldMultiMovePackageUpdate,LaggingProfileEapi,UnknownProfilePackageKeywords,-UnusedProfileDirs,EclassReservedName --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,ProfileError,ProfileWarning,UnknownProfilePackageUse,OldPackageUpdate,OldMultiMovePackageUpdate,LaggingProfileEapi,UnknownProfilePackageKeywords,-UnusedProfileDirs --commits HEAD^..${{ github.sha }}
|
||||
args: --exit warning -k ,PkgMetadataXmlIndentation,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable,-UnknownProfilePackage,-DeprecatedDep,-MissingUseDepDefault,ProfileError,ProfileWarning,UnknownProfilePackageUse,OldPackageUpdate,OldMultiMovePackageUpdate,LaggingProfileEapi,UnknownProfilePackageKeywords,-UnusedProfileDirs,EclassReservedName --commits HEAD^..${{ github.sha }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue