Skip to content

sdkconfig: build for ESP32-S3-Box-3 by default #248

sdkconfig: build for ESP32-S3-Box-3 by default

sdkconfig: build for ESP32-S3-Box-3 by default #248

Workflow file for this run

---
name: code formatting
on:
- pull_request
jobs:
clang-format:
name: clang-format
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: clang-format
uses: jidicula/[email protected]
with:
clang-format-version: 15
check-path: 'main'
editorconfig-checker:
name: editorconfig-check
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: editorconfig-check
uses: wow-rp-addons/[email protected]
with:
files: $(git log -1 --name-only --pretty='')