File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments