Skip to content

Tired of this stupid nonsense failure. #48

Tired of this stupid nonsense failure.

Tired of this stupid nonsense failure. #48

Workflow file for this run

name: C++ Linter
on:
push:
jobs:
clang-format:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'RFL_source'
- 'examples'
- 'playground'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for ${{matrix.path }}.
uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: ${{ matrix.path }}