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 b9c1bd4 commit c13599aCopy full SHA for c13599a
.github/workflows/coverage.yml
@@ -75,6 +75,11 @@ jobs:
75
enable-cache: true
76
cache-suffix: -${{ github.workflow }}
77
78
+ - name: Run linting and formatting checks
79
+ shell: bash
80
+ run: |
81
+ uvx pre-commit run --all-files
82
+
83
- name: Run tests with coverage
84
shell: bash
85
run: |
@@ -151,4 +156,4 @@ jobs:
151
156
echo "### C++ Coverage Summary" >> $GITHUB_STEP_SUMMARY
152
157
echo '```' >> $GITHUB_STEP_SUMMARY
153
158
echo "$SUMMARY_CPP" >> $GITHUB_STEP_SUMMARY
154
- echo '```' >> $GITHUB_STEP_SUMMARY
159
+ echo '```' >> $GITHUB_STEP_SUMMARY
0 commit comments