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

View File

@ -9,11 +9,15 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: python image: python
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Prepare platformio - name: Prepare platformio
run: pip install platformio run: pip install platformio
- name: Build all - name: Build all
run: make -C hid _build_all run: make -C hid _build_all

View File

@ -1,4 +1,4 @@
name: CI name: TOX CI
on: on:
push: push: