Skip to content

Commit 78e2e1e

Browse files
authored
actions/setup-python@v4 requires python-version
1 parent d9d7c99 commit 78e2e1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-python@v4
12+
with:
13+
python-version: "3.x"
1214
- uses: pre-commit/[email protected]

0 commit comments

Comments
 (0)