indent fix

pull/15/head
Thorsten Sick 3 years ago
parent 56002acd3d
commit ad344cb409

@ -17,11 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install Tox and any other packages
run: pip install tox
run: pip install tox
- name: Run check
run: make check

Loading…
Cancel
Save