Skip to content

Commit 86b6e55

Browse files
committed
fix(ci/cd): disable all-contributors
1 parent 3b9a1c1 commit 86b6e55

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

0 commit comments

Comments
 (0)