Skip to content

Commit e016c57

Browse files
committed
.github/workflows/flake8.yml: fix syntax
1 parent ec0d09d commit e016c57

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/flake8.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
with:
1515
python-version: "3.11"
1616
- name: Install dependencies
17-
run: |
18-
set -x
19-
python -m pip install --upgrade pip
20-
pip install poetry
21-
poetry install --no-interaction --no-root
22-
- name: Run Flake8
23-
run: poetry run flake8 .
17+
run: |
18+
set -x
19+
python -m pip install --upgrade pip
20+
pip install poetry
21+
poetry install --no-interaction --no-root
22+
- name: Run Flake8
23+
run: poetry run flake8 .

0 commit comments

Comments
 (0)