From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 520B915808B for ; Sat, 26 Mar 2022 09:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E575E07A5; Sat, 26 Mar 2022 09:27:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58DE6E07A5 for ; Sat, 26 Mar 2022 09:27:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 820DF343345 for ; Sat, 26 Mar 2022 09:27:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2758E290 for ; Sat, 26 Mar 2022 09:27:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1648286815.14ed9ff340aff882ce6ebb42f4b489f3e035aff3.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: .github/workflows/ X-VCS-Repository: proj/sci X-VCS-Files: .github/workflows/pkgcheck.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 14ed9ff340aff882ce6ebb42f4b489f3e035aff3 X-VCS-Branch: master Date: Sat, 26 Mar 2022 09:27:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a3b233b3-3d87-4fb5-8070-8f6ce8b7f1d0 X-Archives-Hash: 1882ddc0dd66e9c2f1f9750e330becc4 commit: 14ed9ff340aff882ce6ebb42f4b489f3e035aff3 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Mar 26 09:26:55 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Mar 26 09:26:55 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=14ed9ff3 pkgcheck.yml: previous commit was not enough, just remove the file for now Signed-off-by: Andrew Ammerlaan gentoo.org> .github/workflows/pkgcheck.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/pkgcheck.yml b/.github/workflows/pkgcheck.yml deleted file mode 100644 index 80521c6a7..000000000 --- a/.github/workflows/pkgcheck.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: pkgcheck - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: Run pkgcheck - uses: pkgcore/pkgcheck-action@v1 - with: - args: --keywords=-RedundantVersion,-MissingAccountIdentifier,-OldPackageUpdate,-VisibleVcsPkg