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

@ -7,13 +7,17 @@ on:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
container:
image: python
steps:
- uses: actions/checkout@v3
- name: Prepare platformio
run: pip install platformio
- name: Build all
run: make -C hid _build_all
build:
runs-on: ubuntu-latest
container:
image: python
steps:
- uses: actions/checkout@v3
- name: Prepare platformio
run: pip install platformio
- name: Build all
run: make -C hid _build_all

View File

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