Skip to content

Commit 3ce66ce

Browse files
committed
Avoid Node 20 pre-commit action
1 parent 2c02c05 commit 3ce66ce

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pre-commit.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.12"
19-
- uses: pre-commit/action@v3.0.1
19+
- 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

Comments
 (0)