Skip to content

Attempt to make life easier for bugprone-unchecked-optional-access #603

Attempt to make life easier for bugprone-unchecked-optional-access

Attempt to make life easier for bugprone-unchecked-optional-access #603

Workflow file for this run

name: Formatting Check
on: [push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'include'
- 'src'
- 'test'
- 'cmd'
- 'lib'
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: ${{ matrix.path }}