Skip to content

Updated project description for clarity and formatting. #9

Updated project description for clarity and formatting.

Updated project description for clarity and formatting. #9

Workflow file for this run

name: PlatformIO Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up PlatformIO
uses: n-vr/setup-platformio-action@v1
- name: Build Arduino UNO firmware
run: pio run