Skip to content

Commit 1588bdf

Browse files
author
red-ship-it
committed
Trying out different location for with keywork in gh-action
1 parent ae1dab2 commit 1588bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
python-version: ["3.8", "3.9", "3.10", "3.11"]
21+
with:
22+
max_line_length: 90
2123

2224
steps:
2325
- uses: actions/checkout@v3
@@ -40,8 +42,6 @@ jobs:
4042
run: |
4143
pip -q install pre-commit
4244
pre-commit run --all-files
43-
with:
44-
max_line_length: 90
4545
4646
- name: Lint with pylint
4747
run: |

0 commit comments

Comments
 (0)