Files
Arduino-Volume-Controller/.gitea/workflows/attempt-build.yaml
Workflow config file is invalid. Please check your config file: yaml: line 13: could not find expected ':'
2025-10-22 14:19:50 +02:00

22 lines
380 B
YAML

name: Build Code
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
git
- 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