From 750b9214fe38e9bac27c385dbf626288f8f9aafb Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Fri, 4 Aug 2023 02:29:12 +0300 Subject: pico hid ci --- .github/workflows/arduino-hid.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/arduino-hid.yml (limited to '.github/workflows/arduino-hid.yml') diff --git a/.github/workflows/arduino-hid.yml b/.github/workflows/arduino-hid.yml new file mode 100644 index 00000000..5a036d10 --- /dev/null +++ b/.github/workflows/arduino-hid.yml @@ -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 -- cgit v1.2.3