Skip to content

Add clang-format style for project #2

Add clang-format style for project

Add clang-format style for project #2

Workflow file for this run

name: Clang Format Checker
on:
[push, pull_request]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: RafikFarhad/clang-format-github-action@v5
with:
sources: "include/tss2/*.h,src/**/*.h,src/**/*.c,test/**/*.h,test/**/*.c"