We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82801f4 commit 7dbb3ebCopy full SHA for 7dbb3eb
.github/workflows/ci.yml
@@ -32,4 +32,7 @@ jobs:
32
- name: 'Waiting'
33
run: npm run docker:waiting
34
- name: linter readme.md
35
- run: npm run lint:markdown
+ run: npm run lint:markdown
36
+ - name: Check contributors
37
+ if: github.ref == 'refs/heads/develop'
38
+ run: npx all-contributors check
0 commit comments