diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml new file mode 100644 index 0000000..fc21aa8 --- /dev/null +++ b/.github/workflows/manual.yml @@ -0,0 +1,15 @@ +name: Lint CODEOWNERS + +on: + pull_request: + +jobs: + codeowners: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4.1.7 # to checkout the code of the repo you want to check the CODEOWNERS from. + - name: check codeowners + uses: gagoar/codeowners-generator@2.4.1 + with: + use-maintainers: true + check: true