updated board versions to be able to compile for ESP32 and ESP32_SPIRAM #33
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: Check commit message formatting | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: '100' | |
- uses: actions/setup-python@v1 | |
- name: Check commit message formatting | |
run: source tools/ci.sh && ci_commit_formatting_run |