Files
AquaMasterMQTT/.github/workflows/build.yml
Carsten Graf 4737d95442 Build PIO
2025-06-17 09:20:24 +02:00

22 lines
369 B
YAML

name: Build PlatformIO Project
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip
pip install platformio
- name: Build project
run: pio run