We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee8180 commit e5a1ce7Copy full SHA for e5a1ce7
1 file changed
.github/workflows/lint.yml
@@ -2,24 +2,8 @@ name: Lint
2
3
on:
4
push:
5
- paths:
6
- - "**/*.c"
7
- - "**/*.h"
8
- - "**/*.S"
9
- - "**/*.py"
10
- - "**/*.md"
11
- - "CMakeLists.txt"
12
- - "**/*.yml"
13
pull_request:
14
types: [assigned, opened, synchronize, reopened]
15
16
17
18
19
20
21
22
23
24
jobs:
25
check-line-endings:
0 commit comments