diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:03:20 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-02-19 15:11:40 -0800 |
| commit | 31f324e3a7e4d0dec27d85ee6b50a42ec6df8f7b (patch) | |
| tree | fde6bcff3bf8746c7af2e3f9f1dae572e01159c7 /.github | |
| parent | fd2a50eee48c9c5d550ec435abccc38ae6dd5a85 (diff) | |
clang-format pass and workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint_pr.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint_pr.yml b/.github/workflows/lint_pr.yml index 7afa3866..1a313769 100644 --- a/.github/workflows/lint_pr.yml +++ b/.github/workflows/lint_pr.yml @@ -7,5 +7,5 @@ jobs: - uses: actions/checkout@v2 - uses: DoozyX/clang-format-lint-action@v0.8 with: - source: 'src, include' + source: './src ./include' clangFormatVersion: 10 |
