Skip to content

Commit 3c9cba8

Browse files
committed
feat(ci): add job to validate codeowners
1 parent 90461ee commit 3c9cba8

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
@@ -0,0 +1,9 @@
1+
name: CI
2+
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 }}

0 commit comments

Comments
 (0)