We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bacc7ac + 51fba9c commit 8fae2efCopy full SHA for 8fae2ef
.github/workflows/ci.yml
@@ -3,7 +3,11 @@ name: CI
3
on: push
4
5
jobs:
6
- shared-workflow:
7
- uses: scribd/github-actions-shared-workflows/.github/workflows/shared-workflow.yml@main
8
- secrets:
9
- github_access_token: ${{ secrets.SCRIBD_GITHUB_GENERIC_TOKEN }}
+ codeowners:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
10
+ - name: GitHub CODEOWNERS Validator
11
+ uses: mszostok/codeowners-validator@v0.7.4
12
+ with:
13
+ checks: "files,duppatterns,syntax"
0 commit comments