Skip to content

Fix IWYU warnings of clang-tidy - activate check by default #1216

Fix IWYU warnings of clang-tidy - activate check by default

Fix IWYU warnings of clang-tidy - activate check by default #1216

name: clang-format-check
on:
push:
branches:
- main
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check for C/C++ programs.
uses: jidicula/[email protected]
with:
check-path: "src"
fallback-style: "Google"