Files
Arduino-Volume-Controller/.gitea/workflows/attempt-build.yaml
Lyubomir Penev 5834530bd1
All checks were successful
Build Code / build (pull_request) Successful in 1m18s
Made worflows run only on merge
2025-10-22 22:05:05 +02:00

24 lines
386 B
YAML

name: Build Code
on:
pull_request:
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