Skip to content

Commit f7cf784

Browse files
committed
feat(ci/cd): check contributors
1 parent 9ee360e commit f7cf784

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
@@ -34,4 +34,7 @@ jobs:
3434
- name: 'Waiting'
3535
run: npm run docker:waiting
3636
- name: linter readme.md
37-
run: npm run lint:markdown
37+
run: npm run lint:markdown
38+
- name: Check contributors
39+
if: github.ref == 'refs/heads/develop'
40+
run: npx all-contributors check

0 commit comments

Comments
 (0)