Skip to content

Commit d34290f

Browse files
committed
cosmetics 3
1 parent 4c722bb commit d34290f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
uses: ./.github/workflows/task-lint.yml
99
with:
1010
source: 'main'
11-
extensions: 'h,ino,cpp'
11+
extensions: 'h,ino'
1212
clang-format-version: '9'

.github/workflows/task-lint.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ on:
1818
required: false
1919
type: string
2020
default: '9'
21-
exclude-pattern:
22-
description: 'Pattern to exclude from linting (regex)'
23-
required: false
24-
type: string
25-
default: ''
2621

2722
jobs:
2823
lint:
@@ -36,5 +31,4 @@ jobs:
3631
with:
3732
source: ${{ inputs.source }}
3833
extensions: ${{ inputs.extensions }}
39-
clangFormatVersion: ${{ inputs.clang-format-version }}
40-
exclude: ${{ inputs.exclude-pattern }}
34+
clangFormatVersion: ${{ inputs.clang-format-version }}

0 commit comments

Comments
 (0)