Skip to content

example for esp32, nucleo 64 and arduino uno r4 #6

example for esp32, nucleo 64 and arduino uno r4

example for esp32, nucleo 64 and arduino uno r4 #6

Workflow file for this run

name: Quality check
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
clang_format_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: RafikFarhad/clang-format-github-action@v4
with:
sources: "esp32-different-i2c-buses-example/*.ino"
style: file