File tree 1 file changed +16
-16
lines changed
1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ jobs:
17
17
name : " Lints Python code"
18
18
runs-on : ubuntu-latest
19
19
20
- steps :
21
- - name : Checkout
22
- uses : actions/checkout@master
20
+ steps :
21
+ - name : Checkout
22
+ uses : actions/checkout@master
23
23
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 }}
28
28
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"
34
34
35
- - name : Install Poetry
36
- run : pip install poetry
35
+ - name : Install Poetry
36
+ run : pip install poetry
37
37
38
- - name : Lints Python files
39
- run : task python:check
38
+ - name : Lints Python files
39
+ run : task python:check
You can’t perform that action at this time.
0 commit comments