Skip to content

Commit e5a1ce7

Browse files
committed
[CI] Remove paths filter from lint workflow
The CRLF check is lightweight enough to run on every push/PR unconditionally, and this ensures no file type is missed.
1 parent 3ee8180 commit e5a1ce7

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/lint.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,8 @@ name: Lint
22

33
on:
44
push:
5-
paths:
6-
- "**/*.c"
7-
- "**/*.h"
8-
- "**/*.S"
9-
- "**/*.py"
10-
- "**/*.md"
11-
- "CMakeLists.txt"
12-
- "**/*.yml"
135
pull_request:
146
types: [assigned, opened, synchronize, reopened]
15-
paths:
16-
- "**/*.c"
17-
- "**/*.h"
18-
- "**/*.S"
19-
- "**/*.py"
20-
- "**/*.md"
21-
- "CMakeLists.txt"
22-
- "**/*.yml"
237

248
jobs:
259
check-line-endings:

0 commit comments

Comments
 (0)