Skip to content

Commit

Permalink
Create manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bossOfCode authored Sep 8, 2024
1 parent 94a749e commit 04e2199
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 04e2199

Please sign in to comment.