We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99386c1 commit 6b518e8Copy full SHA for 6b518e8
.github/workflows/format.yml
@@ -17,6 +17,5 @@ jobs:
17
uses: actions/setup-python@v5
18
with:
19
python-version: '3.13'
20
- - name: Do Linting and Type Checks
21
- run: |
22
- make check
+ - name: Run pre-commit checks
+ uses: pre-commit/[email protected]
0 commit comments