Skip to content

Commit 8fae2ef

Browse files
Merge pull request #48 from scribd/cleanup
COREINF-7704: cleanup
2 parents bacc7ac + 51fba9c commit 8fae2ef

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: CI
33
on: push
44

55
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 }}
6+
codeowners:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- 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

Comments
 (0)