Skip to content

Commit 13876ef

Browse files
committed
Tweaked yaml.
1 parent f3d9a57 commit 13876ef

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/lint.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- name: Checkout code
12-
uses: actions/checkout@v4
11+
- name: Checkout code
12+
uses: actions/checkout@v4
1313

14-
- name: Set up Python
15-
uses: actions/setup-python@v5
16-
with:
17-
python-version: '3.11'
14+
- name: Set up Python
15+
uses: actions/setup-python@v5
16+
with:
17+
python-version: '3.11'
1818

19-
- name: Install Poetry
20-
run: |
21-
python -m pip install --upgrade pip
22-
pip install poetry
19+
- name: Install Poetry
20+
run: |
21+
python -m pip install --upgrade pip
22+
pip install poetry
2323
24-
- name: Install dependencies (with dev)
25-
run: poetry install --with dev --no-interaction
24+
- name: Install dependencies (with dev)
25+
run: poetry install --with dev --no-interaction
2626

27-
- name: Run lint
28-
run: make lint
27+
- name: Run lint
28+
run: make lint

0 commit comments

Comments
 (0)