Skip to content

Commit f1085ba

Browse files
committed
Enforce formatting in CI
1 parent 05ce1d0 commit f1085ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,8 @@ jobs:
138138

139139
- name: Run tests
140140
run: uv run mypy pytest_sqlalchemy.py tests
141+
142+
formatting:
143+
runs-on: ubuntu-latest
144+
steps:
145+
- uses: cjw296/python-action/check-formatting@v1

0 commit comments

Comments
 (0)