Skip to content

action-repoman

Actions
Run repoman on a repository
v1.0.0
Latest
Star (1)

action-repoman

Automatically run repoman on a repository and report QA errors.

Basic Usage

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.

About

Run repoman on a repository
v1.0.0
Latest

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.