Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: .github/workflows/
Date: Mon, 21 Jun 2021 05:53:34
Message-Id: 1624254796.7bf9350591f75b64d4289b2d562c94cd380f467c.sam@gentoo
1 commit: 7bf9350591f75b64d4289b2d562c94cd380f467c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 21 05:53:16 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 05:53:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7bf93505
7
8 .github: Drop pkgcheck Github Action for now
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .github/workflows/main.yml | 17 -----------------
13 1 file changed, 17 deletions(-)
14
15 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
16 deleted file mode 100644
17 index 735537a090..0000000000
18 --- a/.github/workflows/main.yml
19 +++ /dev/null
20 @@ -1,17 +0,0 @@
21 -name: pkgcheck
22 -
23 -on:
24 - push:
25 - branches: [master]
26 - pull_request:
27 - branches: [master]
28 -
29 -jobs:
30 - build:
31 - runs-on: ubuntu-latest
32 - steps:
33 - - name: Checkout code
34 - uses: actions/checkout@v2
35 -
36 - - name: Run pkgcheck
37 - uses: pkgcore/pkgcheck-action@v1