add hid ci (#97)

This commit is contained in:
tomaszduda23 2022-07-11 01:39:56 +09:00 committed by GitHub
parent ad6a387941
commit 7bb1490e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/hid.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: HID CI
on:
push:
branches: [master]
pull_request:
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