Skip to content

pkgcheck

pkgcheck #1171

Workflow file for this run

name: pkgcheck
on:
push:
branches:
- main
- development
paths:
- 'app-crypt/**'
- 'dev-python/**'
- 'net-analyzer/**'
- '.github/workflows/**'
pull_request:
branches:
- main
- development
paths:
- 'app-crypt/**'
- 'dev-python/**'
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --keywords=-RedundantVersion,-MissingAccountIdentifier,-OldPackageUpdate,-VisibleVcsPkg --profiles=default/linux/amd64/23.0,default/linux/x86/23.0/i686,default/linux/arm/23.0,default/linux/arm64/23.0