refactor!: namespace nRF24L01.h defines to avoid name collisions #354
Workflow file for this run
This file contains hidden or 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: Code format | |
| on: | |
| push: | |
| branches: [master] | |
| pull_request: | |
| branches: [master] | |
| permissions: {} | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} | |
| jobs: | |
| check: | |
| permissions: | |
| # needed to post review suggestions on a PR | |
| pull-requests: write | |
| # needed to detect changed files | |
| contents: read | |
| 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 |