sys-apps/portage: rootuser has disappeared, use portage instead #392
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |