Skip to content

docs: add comprehensive interview preparation questions and answers g… #6

docs: add comprehensive interview preparation questions and answers g…

docs: add comprehensive interview preparation questions and answers g… #6

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