Skip to content

Cleanup for the server & MQTT examples #159

Cleanup for the server & MQTT examples

Cleanup for the server & MQTT examples #159

Workflow file for this run

name: check code formatting
on:
push:
branches: [master, v1.x]
pull_request:
branches: [master, v1.x]
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
check:
uses: nRF24/.github/.github/workflows/cpp_lint.yaml@main
permissions:
# needed to detect changed files
contents: read
# needed to post review suggestions on PRs
pull-requests: write
with:
ignore: "utility|clock-arch.c|clock-arch.h|Dns.cpp|Dns.h"
extensions: ino,c,cpp,h