commit: 7bf9350591f75b64d4289b2d562c94cd380f467c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:53:16 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:53:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7bf93505
.github: Drop pkgcheck Github Action for now Signed-off-by: Sam James <sam <AT> gentoo.org> .github/workflows/main.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 735537a090..0000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: pkgcheck - -on: - push: - branches: [master] - pull_request: - branches: [master] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Run pkgcheck - uses: pkgcore/pkgcheck-action@v1
