Skip to content

style: convert CRLF to LF #331

style: convert CRLF to LF

style: convert CRLF to LF #331

Workflow file for this run

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