Skip to content

Commit 560f549

Browse files
author
Justin Boswell
authored
Added clang-format linter (#166)
1 parent ca53caa commit 560f549

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/clang-format.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Lint
2+
3+
on: [push]
4+
5+
jobs:
6+
clang-format:
7+
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Checkout Sources
12+
uses: actions/checkout@v1
13+
14+
- name: clang-format lint
15+
uses: DoozyX/[email protected]
16+
with:
17+
# List of extensions to check
18+
extensions: c,h

0 commit comments

Comments
 (0)