Skip to content

Commit ab04580

Browse files
Bump DoozyX/clang-format-lint-action from 0.17 to 0.18 (#376)
Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.17 to 0.18. - [Release notes](https://github.com/doozyx/clang-format-lint-action/releases) - [Commits](DoozyX/clang-format-lint-action@v0.17...v0.18) --- updated-dependencies: - dependency-name: DoozyX/clang-format-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 560fa1d commit ab04580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Check src format
12-
uses: DoozyX/clang-format-lint-action@v0.17
12+
uses: DoozyX/clang-format-lint-action@v0.18
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.17
18+
uses: DoozyX/clang-format-lint-action@v0.18
1919
with:
2020
source: './examples'
2121
extensions: 'h,cpp,ino'

0 commit comments

Comments
 (0)