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 46f0e60 commit 72c54f9Copy full SHA for 72c54f9
.github/workflows/ci.yml
@@ -42,13 +42,6 @@ jobs:
42
npm run test:integration
43
- name: Lint
44
run: npm run lint:check
45
- - name: Check for changes to docs
46
- run: npm run mkdocs
47
- - name: Auto commit docs changes if any
48
- uses: stefanzweifel/git-auto-commit-action@v4
49
- with:
50
- commit_message: Apply docs changes
51
- file_pattern: docs/api/*.md
52
- name: Genrate test coverage report
53
run: npm run coveralls-after
54
- name: Update coveralls
0 commit comments