There was an error while loading. Please reload this page.
1 parent 2c02c05 commit 3ce66ceCopy full SHA for 3ce66ce
1 file changed
.github/workflows/pre-commit.yaml
@@ -16,4 +16,7 @@ jobs:
16
uses: actions/setup-python@v6
17
with:
18
python-version: "3.12"
19
- - uses: pre-commit/action@v3.0.1
+ - name: Install pre-commit
20
+ run: python -m pip install pre-commit
21
+ - name: Run pre-commit
22
+ run: pre-commit run --all-files --show-diff-on-failure --color=always
0 commit comments