Skip to content

include LITE table and new configurables #19

include LITE table and new configurables

include LITE table and new configurables #19

---
# https://github.com/marketplace/actions/clang-format-lint
name: Clang Format Linter
on: [push, pull_request]
permissions: {}
jobs:
build:
name: Clang Format Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Clang Format
uses: DoozyX/[email protected]
with:
#source: '.'
#exclude: './third_party ./external'
#extensions: 'h,cpp,cxx,C'
clangFormatVersion: 11
style: file