ESP32 Learn

Continuous Integration: GitHub Actions Build

2025-09-18 路 ~1 min read
Table of contents
1
2
3
4
5
6
7
8
name: build
on: [push]
jobs:
  pio:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: maxgerhardt/platformio-action@v2

馃敄 #ci #github-actions