Skip to content

Commit 6b518e8

Browse files
committed
Run pre-commit from github action
1 parent 99386c1 commit 6b518e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/format.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: '3.13'
20-
- name: Do Linting and Type Checks
21-
run: |
22-
make check
20+
- name: Run pre-commit checks
21+
uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)