Skip to content

Commit

Permalink
Bump DoozyX/clang-format-lint-action from 0.16 to 0.17
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Dec 21, 2023
1 parent 8f37ad0 commit 771ee49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check src format
uses: DoozyX/clang-format-lint-action@v0.16
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: './src'
extensions: 'h,cpp'
clangFormatVersion: 9
- name: Check examples format
uses: DoozyX/clang-format-lint-action@v0.16
uses: DoozyX/clang-format-lint-action@v0.17
with:
source: './examples'
extensions: 'h,cpp,ino'
Expand Down

0 comments on commit 771ee49

Please sign in to comment.