Skip to content

Commit a2f63fb

Browse files
authored
[skip changelog] Fix Python lint workflow formatting again (#835)
1 parent eba9cc9 commit a2f63fb

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/python-lint.yaml

+16-16
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ jobs:
1717
name: "Lints Python code"
1818
runs-on: ubuntu-latest
1919

20-
steps:
21-
- name: Checkout
22-
uses: actions/checkout@master
20+
steps:
21+
- name: Checkout
22+
uses: actions/checkout@master
2323

24-
- name: Install Taskfile
25-
uses: Arduino/actions/setup-taskfile@master
26-
with:
27-
repo-token: ${{ secrets.GITHUB_TOKEN }}
24+
- name: Install Taskfile
25+
uses: Arduino/actions/setup-taskfile@master
26+
with:
27+
repo-token: ${{ secrets.GITHUB_TOKEN }}
2828

29-
- name: Activate Python
30-
uses: actions/setup-python@v1
31-
with:
32-
python-version: "3.8"
33-
architecture: "x64"
29+
- name: Activate Python
30+
uses: actions/setup-python@v1
31+
with:
32+
python-version: "3.8"
33+
architecture: "x64"
3434

35-
- name: Install Poetry
36-
run: pip install poetry
35+
- name: Install Poetry
36+
run: pip install poetry
3737

38-
- name: Lints Python files
39-
run: task python:check
38+
- name: Lints Python files
39+
run: task python:check

0 commit comments

Comments
 (0)