Skip to content

Merge branch 'main' of https://github.com/jnthas/clockwise into main #21

Merge branch 'main' of https://github.com/jnthas/clockwise into main

Merge branch 'main' of https://github.com/jnthas/clockwise into main #21

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