action-repoman
ActionsAutomatically run repoman on a repository and report QA errors.
An example workflow to run repoman on an overlay after every push
and on a schedule:
name: Overlay QA
on:
push:
paths-ignore:
- 'README.md'
schedule:
- cron: "0 6 * * 1"
jobs:
repoman:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: hacking-gentoo/action-repoman@master
action-repoman is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.