summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pkgcheck.yml')
-rw-r--r--.github/workflows/pkgcheck.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml
new file mode 100644
index 0000000000..b461f72ab8
--- /dev/null
+++ b/.github/workflows/pkgcheck.yml
@@ -0,0 +1,23 @@
+name: pkgcheck
+
+on:
+ push:
+ branches: [ master ]
+ pull_request:
+ branches: [ master ]
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v2
+ - name: Setup ebuild repository
+ run: |
+ mkdir -p metadata
+ cp .github/workflows/data/layout.conf metadata/
+ mkdir -p profiles
+ echo "prefix" > profiles/repo_name
+ - name: Run pkgcheck
+ uses: pkgcore/pkgcheck-action@v1
+ with:
+ args: --keywords=-RedundantVersion,-MissingAccountIdentifier,-OldPackageUpdate