Skip to content

DO NOT MERGE: testing devops #2132

DO NOT MERGE: testing devops

DO NOT MERGE: testing devops #2132

name: "Code Checks"
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Check that C and C++ code is correctly formatted
uses: jidicula/[email protected]
with:
exclude-regex: '(build|config|deps)'
clang-format-version: 17
shell-check:
name: Shell check
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: ludeeus/[email protected]
name: Check that shell scripts follow best practices
with:
scandir: './bin'