Skip to content

Commit 7849462

Browse files
committed
feat(ci/cd): check contributors
1 parent ab517e3 commit 7849462

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
@@ -15,4 +15,7 @@ jobs:
1515
- name: Install npm dependencies
1616
run: npm install
1717
- name: linter readme.md
18-
run: npm run lint:markdown
18+
run: npm run lint:markdown
19+
- name: Check contributors
20+
if: github.ref == 'refs/heads/develop'
21+
run: npx all-contributors check

0 commit comments

Comments
 (0)