Skip to content

Commit 0861997

Browse files
dependabot[bot]Legion2
authored andcommitted
Bump DoozyX/clang-format-lint-action from 0.16 to 0.17
Bumps [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) from 0.16 to 0.17. - [Release notes](https://github.com/doozyx/clang-format-lint-action/releases) - [Commits](DoozyX/clang-format-lint-action@v0.16...v0.17) --- updated-dependencies: - dependency-name: DoozyX/clang-format-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53b95fe commit 0861997

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.16
12+
uses: DoozyX/clang-format-lint-action@v0.17
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.16
18+
uses: DoozyX/clang-format-lint-action@v0.17
1919
with:
2020
source: './examples'
2121
extensions: 'h,cpp,ino'

0 commit comments

Comments
 (0)