Skip to content

Commit d57268b

Browse files
committed
Add clang-format and yapf checks
1 parent e75aab8 commit d57268b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Lint
2+
3+
on: pull_request
4+
5+
jobs:
6+
clang-format:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- uses: jidicula/[email protected]
11+
12+
yapf:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v2
16+
- uses: AlexanderMelde/[email protected]

0 commit comments

Comments
 (0)