Skip to content

Merge pull request #67 from yuan910715/main #34

Merge pull request #67 from yuan910715/main

Merge pull request #67 from yuan910715/main #34

Workflow file for this run

name: ESP-IDF CI Actions
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v4.4.4
target: esp32