Skip to content

Commit

Permalink
Merge pull request #16 from scribd/kamranf/use-public-codevalidator
Browse files Browse the repository at this point in the history
Directly call CODEOWNERS validator instead of through a shared workflow
  • Loading branch information
Christian Jensen committed Feb 23, 2022
2 parents 441e79c + 16d080d commit 1290761
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: CI
on: push

jobs:
shared-workflow:
uses: scribd/github-actions-shared-workflows/.github/workflows/shared-workflow.yml@main
secrets:
github_access_token: ${{ secrets.SCRIBD_GITHUB_GENERIC_TOKEN }}
codeowners:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: GitHub CODEOWNERS Validator
uses: mszostok/codeowners-validator@v0.7.1
with:
checks: "files,duppatterns,syntax"

0 comments on commit 1290761

Please sign in to comment.