Skip to content

Commit 54a01f6

Browse files
Bump DoozyX/clang-format-lint-action from v0.9 to v0.10 (#187)
Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from v0.9 to v0.10. - [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases) - [Commits](DoozyX/clang-format-lint-action@v0.9...2a69814) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca41ced commit 54a01f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Check src format
12-
uses: DoozyX/clang-format-lint-action@v0.9
12+
uses: DoozyX/clang-format-lint-action@v0.10
1313
with:
1414
source: './src'
1515
extensions: 'h,cpp'
1616
clangFormatVersion: 9
1717
- name: Check examples format
18-
uses: DoozyX/clang-format-lint-action@v0.9
18+
uses: DoozyX/clang-format-lint-action@v0.10
1919
with:
2020
source: './examples'
2121
extensions: 'h,cpp,ino'

0 commit comments

Comments
 (0)