Skip to content

Commit 9c4326a

Browse files
committed
revert
1 parent 29c9ddc commit 9c4326a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/format.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
lint:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
10-
- uses: actions/setup-python@v5
11-
- uses: pre-commit/[email protected]
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-python@v4
11+
12+
- name: Run pre-commit hooks on all files
13+
run: python -m pip -v install pre-commit && pre-commit run -a -v

0 commit comments

Comments
 (0)