Skip to content

Update GitHub funding configuration #5

Update GitHub funding configuration

Update GitHub funding configuration #5

Workflow file for this run

name: PlatformIO Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install PlatformIO
run: pip install platformio
- name: Build firmware
run: pio run