Skip to content

Commit 2ec3878

Browse files
committed
use pre-commit/action
1 parent 9939f49 commit 2ec3878

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/format.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-python@v5
11-
12-
- name: Run pre-commit hooks on all files
13-
run: python -m pip -v install pre-commit && pre-commit run -a -v
11+
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)