Skip to content

Commit 285338d

Browse files
committed
fix(ci/cd): disable all-contributors
1 parent ba895db commit 285338d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ jobs:
1515
- name: Install npm dependencies
1616
run: npm install
1717
- name: linter readme.md
18-
run: npm run lint:markdown
19-
- name: Check contributors
20-
if: github.ref == 'refs/heads/develop'
21-
run: npx all-contributors check
18+
run: npm run lint:markdown

0 commit comments

Comments
 (0)