Skip to content

Commit fd01b3c

Browse files
authored
ci: Move to pre-commit command (#105)
1 parent 4355b86 commit fd01b3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/code-check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
pip install ".[dev]"
3131
3232
- name: Run pre-commit checks
33-
uses: pre-commit/[email protected]
34-
with:
35-
extra_args: --all-files
33+
run: pre-commit run --all-files
34+

0 commit comments

Comments
 (0)