Skip to content

Commit a77e0dc

Browse files
authored
Merge pull request #8 from scribd/helen/SERF-2483/codeowner-ci
[TOOLS-6187] Add codeowners ci job
2 parents f1e2074 + eda3b25 commit a77e0dc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,14 @@ jobs:
5454
token: ${{ secrets.SCRIBD_SLACK_GENERIC_TOKEN_PUBLIC }}
5555
channel: test-release-notification
5656
repository: scribd/node-chassis
57+
58+
codeowners:
59+
runs-on: ubuntu-22.04
60+
steps:
61+
- uses: actions/checkout@v3
62+
with:
63+
token: ${{ secrets.GITHUB_TOKEN }}
64+
- name: GitHub CODEOWNERS Validator
65+
uses: mszostok/[email protected]
66+
with:
67+
checks: "files,duppatterns,syntax"

0 commit comments

Comments
 (0)