Skip to content

Commit 7dbb3eb

Browse files
committed
feat(ci/cd): check contributors
1 parent 82801f4 commit 7dbb3eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,7 @@ jobs:
3232
- name: 'Waiting'
3333
run: npm run docker:waiting
3434
- name: linter readme.md
35-
run: npm run lint:markdown
35+
run: npm run lint:markdown
36+
- name: Check contributors
37+
if: github.ref == 'refs/heads/develop'
38+
run: npx all-contributors check

0 commit comments

Comments
 (0)