Skip to content

Commit e962108

Browse files
committed
Revert "Run pre-commit from github action"
This reverts commit 6b518e8.
1 parent 7be81a9 commit e962108

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/format.yml

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

0 commit comments

Comments
 (0)