Skip to content

Commit 5a528c6

Browse files
authored
Merge pull request #13 from scribd/kamranf/TOOLS-4230
[TOOLS-4230] Add CODEOWNERS validation to ci workflow
2 parents 694c58f + a14d3af commit 5a528c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,12 @@ jobs:
2727
env:
2828
AWS_DEFAULT_REGION: "us-east-2"
2929
TF_IN_AUTOMATION: "true"
30+
31+
codeowners:
32+
runs-on: ubuntu-18.04
33+
steps:
34+
- uses: actions/checkout@v2
35+
- name: GitHub CODEOWNERS Validator
36+
uses: mszostok/codeowners-validator@v0.7.1
37+
with:
38+
checks: "files,duppatterns,syntax"

0 commit comments

Comments
 (0)