diff options
-rw-r--r-- | .github/workflows/hid.yml | 24 | ||||
-rw-r--r-- | .github/workflows/tox.yml (renamed from .github/workflows/dockerimage.yml) | 2 |
2 files changed, 15 insertions, 11 deletions
diff --git a/.github/workflows/hid.yml b/.github/workflows/hid.yml index c3252f2a..984f77dd 100644 --- a/.github/workflows/hid.yml +++ b/.github/workflows/hid.yml @@ -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 diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/tox.yml index efbe5655..ed0528d4 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/tox.yml @@ -1,4 +1,4 @@ -name: CI +name: TOX CI on: push: |