Skip to content

Commit c13599a

Browse files
committed
Run pre-commit on-push
1 parent b9c1bd4 commit c13599a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ jobs:
7575
enable-cache: true
7676
cache-suffix: -${{ github.workflow }}
7777

78+
- name: Run linting and formatting checks
79+
shell: bash
80+
run: |
81+
uvx pre-commit run --all-files
82+
7883
- name: Run tests with coverage
7984
shell: bash
8085
run: |
@@ -151,4 +156,4 @@ jobs:
151156
echo "### C++ Coverage Summary" >> $GITHUB_STEP_SUMMARY
152157
echo '```' >> $GITHUB_STEP_SUMMARY
153158
echo "$SUMMARY_CPP" >> $GITHUB_STEP_SUMMARY
154-
echo '```' >> $GITHUB_STEP_SUMMARY
159+
echo '```' >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)