Files
Arduino-Volume-Controller/.gitea/workflows/attempt-build.yaml
Lyubomir Penev 247559e772
All checks were successful
Build Code / build (push) Successful in 1m21s
Build Code / build (pull_request) Successful in 1m26s
Made worflows run on merge
2025-10-22 22:02:06 +02:00

27 lines
440 B
YAML

name: Build Code
on:
pull_request:
branches:
- main
push:
branches:
- main
- development
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
run: pio run