Skip to content

status LEDs working #11

status LEDs working

status LEDs working #11

Workflow file for this run

name: Pre-commit Build Check

Check failure on line 1 in .github/workflows/pre-commit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pre-commit.yml

Invalid workflow file

(Line: 4, Col: 5): Unexpected value 'pre-commit'
on:
- pre-commit
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Build firmware
run: pio run