public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: .github/workflows/
Date: Thu, 18 Feb 2021 11:35:25 +0000 (UTC)	[thread overview]
Message-ID: <1613648072.92160bf38a3d176fb7b187e03c01521472c9ebae.andrewammerlaan@gentoo> (raw)

commit:     92160bf38a3d176fb7b187e03c01521472c9ebae
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Feb 18 11:34:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Feb 18 11:34:32 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=92160bf3

.github/workflows/pkgcheck.yml: use the official pkgcore/pkgcheck-action

now we get nice colored output

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .github/workflows/pkgcheck.yml | 24 ++++++------------------
 1 file changed, 6 insertions(+), 18 deletions(-)

diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml
index 3f42f2026..3a20016ac 100644
--- a/.github/workflows/pkgcheck.yml
+++ b/.github/workflows/pkgcheck.yml
@@ -12,22 +12,10 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
-    - name: Set up Python 3.9
-      uses: actions/setup-python@v2
+    - name: Checkout code
+      uses: actions/checkout@v2
+
+    - name: Run pkgcheck
+      uses: pkgcore/pkgcheck-action@v1
       with:
-        python-version: 3.9
-    - name: Install pkgcheck
-      run: |
-        python -m pip install --upgrade pip
-        pip install pkgcheck
-    - name: Setup master gentoo repository
-      run: |
-        sudo mkdir -p /var/db/repos/gentoo /etc/portage /var/cache/distfiles
-        wget -qO - "https://github.com/gentoo-mirror/gentoo/archive/master.tar.gz" | sudo tar xz -C /var/db/repos/gentoo --strip-components=1
-        sudo wget "https://www.gentoo.org/dtd/metadata.dtd" -O /var/cache/distfiles/metadata.dtd
-        sudo wget "https://gitweb.gentoo.org/proj/portage.git/plain/cnf/repos.conf" -O /etc/portage/repos.conf
-        sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.0 /etc/portage/make.profile        
-    - name: Test with pkgcheck
-      run: |
-        pkgcheck scan --exit --checks=-RedundantVersionCheck --keywords=-VisibleVcsPkg
+        args: --keywords=-RedundantVersion,-MissingAccountIdentifier,-OldPackageUpdate,-VisibleVcsPkg


             reply	other threads:[~2021-02-18 11:35 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-18 11:35 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-02 12:14 [gentoo-commits] proj/sci:master commit in: .github/workflows/ Andrew Ammerlaan
2022-05-02 12:08 Andrew Ammerlaan
2022-03-26  9:27 Andrew Ammerlaan
2022-03-26  9:26 Andrew Ammerlaan
2022-03-26  9:26 Andrew Ammerlaan
2022-03-26  9:22 Andrew Ammerlaan
2022-03-26  9:20 Andrew Ammerlaan
2022-03-26  9:05 Andrew Ammerlaan
2022-03-26  9:02 Andrew Ammerlaan
2022-03-26  8:58 Andrew Ammerlaan
2022-03-26  8:56 Andrew Ammerlaan
2022-03-26  8:45 Andrew Ammerlaan
2022-03-26  8:44 Andrew Ammerlaan
2021-03-24 12:10 Andrew Ammerlaan
2021-03-24 12:10 Andrew Ammerlaan
2021-03-23 11:27 Andrew Ammerlaan
2021-02-17 19:41 Andrew Ammerlaan
2021-01-29  2:47 Aisha Tammy
2021-01-28 11:04 Andrew Ammerlaan
2021-01-18 20:56 Aisha Tammy
2020-12-30 21:56 Aisha Tammy
2020-12-29 22:11 Aisha Tammy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1613648072.92160bf38a3d176fb7b187e03c01521472c9ebae.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox