fix spelling of MESH_NOMASTER in RF24Mesh.cpp #49
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 code formatting | |
on: | |
push: | |
branches: [master, v1.x] | |
pull_request: | |
branches: [master, v1.x] | |
jobs: | |
check_formatting: | |
uses: nRF24/.github/.github/workflows/cpp_lint.yaml@main | |
with: | |
ignore: examples/old_backups|utility/RPi/bcm2835.h|utility/RPi/bcm2835.c | |
extensions: ino,c,cpp,h |