We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c722bb commit d34290fCopy full SHA for d34290f
.github/workflows/lint.yml
@@ -8,5 +8,5 @@ jobs:
8
uses: ./.github/workflows/task-lint.yml
9
with:
10
source: 'main'
11
- extensions: 'h,ino,cpp'
+ extensions: 'h,ino'
12
clang-format-version: '9'
.github/workflows/task-lint.yml
@@ -18,11 +18,6 @@ on:
18
required: false
19
type: string
20
default: '9'
21
- exclude-pattern:
22
- description: 'Pattern to exclude from linting (regex)'
23
- required: false
24
- type: string
25
- default: ''
26
27
jobs:
28
lint:
@@ -36,5 +31,4 @@ jobs:
36
31
37
32
source: ${{ inputs.source }}
38
33
extensions: ${{ inputs.extensions }}
39
- clangFormatVersion: ${{ inputs.clang-format-version }}
40
- exclude: ${{ inputs.exclude-pattern }}
34
+ clangFormatVersion: ${{ inputs.clang-format-version }}
0 commit comments