Skip to content

Commit 416f11d

Browse files
committed
fixed indent
1 parent d61bb42 commit 416f11d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/python-license-check.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
python-version: [3.9]
12-
steps:
13-
- uses: actions/checkout@v3
14-
- name: Set up Python ${{ matrix.python-version }}
15-
uses: actions/setup-python@v3
16-
with:
17-
python-version: ${{ matrix.python-version }}
18-
- name: Install Poetry
19-
run: |
20-
python -m pip install --upgrade pip
21-
python -m pip install poetry
22-
poetry install --no-dev
23-
- name: Pylic License Check
24-
run: |
25-
poetry run pip install pylic
26-
poetry run pylic check
12+
steps:
13+
- uses: actions/checkout@v3
14+
- name: Set up Python ${{ matrix.python-version }}
15+
uses: actions/setup-python@v3
16+
with:
17+
python-version: ${{ matrix.python-version }}
18+
- name: Install Poetry
19+
run: |
20+
python -m pip install --upgrade pip
21+
python -m pip install poetry
22+
poetry install --no-dev
23+
- name: Pylic License Check
24+
run: |
25+
poetry run pip install pylic
26+
poetry run pylic check
2727
# steps:
2828
# #----------------------------------------------
2929
# # check-out repo and set-up python

0 commit comments

Comments
 (0)