Skip to content

feat: Add CI for tracking size deltas using new action #2

feat: Add CI for tracking size deltas using new action

feat: Add CI for tracking size deltas using new action #2

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Build main
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v5.5
path: '.'
# TODO: set the target here to be the chip you are building for
# target: esp32s3