diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml new file mode 100644 index 0000000..a595e95 --- /dev/null +++ b/.github/workflows/repolinter.yml @@ -0,0 +1,14 @@ +name: Repolinter + +on: + push: + branches: + - main + +jobs: + repolinter: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - run: npm install -g repolinter + - run: repolinter --config .repolinter.json