Skip to content

chore: improve public repo hygiene #3

chore: improve public repo hygiene

chore: improve public repo hygiene #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: PlatformIO build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-platformio
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install PlatformIO Core
run: python3 -m pip install --upgrade platformio
- name: Build firmware
run: pio run