Skip to content

Commit 7d0020d

Browse files
committed
fix(ci/cd): disable all-contributors
1 parent 090e8f9 commit 7d0020d

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

0 commit comments

Comments
 (0)