Skip to content

Commit 932f58e

Browse files
committed
typo: change step to steps in pre-commit job
1 parent b57d8b0 commit 932f58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/python-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
needs: setup-python
6363
# As pre-commit does not support user installs, we set
6464
# PIP_USER=0 to not do a user install.
65-
step:
65+
steps:
6666
- name: "Run pre-commit hooks"
6767
run: export PIP_USER=0; pre-commit run --all-files
6868

0 commit comments

Comments
 (0)