From 04e21999ff6e00027ab93a04042a2298a76ff998 Mon Sep 17 00:00:00 2001 From: bossOfCode <95505913+bossOfCode@users.noreply.github.com> Date: Sun, 8 Sep 2024 09:00:52 -0500 Subject: [PATCH] Create manual.yml --- .github/workflows/manual.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/manual.yml 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