style fix

This commit is contained in:
Maxim Devaev
2022-07-10 19:42:12 +03:00
parent 7bb1490e9e
commit 50b9bb5950
2 changed files with 15 additions and 11 deletions

20
.github/workflows/tox.yml vendored Normal file
View File

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