fix build for ESP32-C2, ESP32-C6 and ESP32-H2 targets with Arduino-ESP32 Core 3.0.x #286
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spell Check | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Spell check | |
uses: arduino/actions/libraries/spell-check@master | |
with: | |
skip-paths: ./extras/test |