We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a7b854 + ae21786 commit 832d0f7Copy full SHA for 832d0f7
.github/workflows/project-ci.yaml
@@ -35,6 +35,7 @@ jobs:
35
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
36
with:
37
github-token: ${{ secrets.GITHUB_TOKEN }}
38
+ parallel: true
39
40
docs:
41
runs-on: ubuntu-latest
@@ -68,4 +69,4 @@ jobs:
68
69
- name: Run pre-commit
70
run: |
71
pre-commit install
- pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
72
+ pre-commit run --all-files || ( git status --short ; git diff ; exit 1 )
0 commit comments