Files
Arduino-Volume-Controller/.gitea/workflows/attempt-build.yaml
Lyubomir Penev dad1dfb6d2
All checks were successful
Build Code / build (push) Successful in 2m13s
Fixed issue with action
2025-10-22 14:21:00 +02:00

22 lines
376 B
YAML

name: Build Code
on:
push:
branches:
- main
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