summaryrefslogtreecommitdiff
path: root/.github/workflows/hid.yml
blob: c3252f2accfb6f5540ead97a62b6abced3c36437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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