pico hid ci

This commit is contained in:
Maxim Devaev
2023-08-04 02:29:12 +03:00
parent 318724e3ae
commit 750b9214fe
2 changed files with 22 additions and 2 deletions

23
.github/workflows/arduino-hid.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: Arduino 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/arduino _build_all