indent fix

This commit is contained in:
Maxim Devaev
2023-08-04 03:15:14 +03:00
parent b2c9236721
commit 8c6e9eb4c1
3 changed files with 38 additions and 38 deletions

View File

@@ -1,20 +1,20 @@
name: TOX CI
on:
push:
branches: [master]
pull_request:
branches: [master]
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
steps:
- uses: actions/checkout@v2
- name: Building testenv ...
run: make testenv
- name: Building testenv ...
run: make testenv
- name: Running tests ...
run: make tox CMD="tox -c testenv/tox.ini"
- name: Running tests ...
run: make tox CMD="tox -c testenv/tox.ini"