mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
chore(deps): bump DoozyX/clang-format-lint-action from 0.17 to 0.18 (#5536)
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](https://github.com/doozyx/clang-format-lint-action/compare/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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
89857e37de
commit
0ba18dbbb6
2
.github/workflows/check-formatting.yml
vendored
2
.github/workflows/check-formatting.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
||||||
run: sudo apt-get -y install dos2unix
|
run: sudo apt-get -y install dos2unix
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
uses: DoozyX/clang-format-lint-action@v0.17
|
uses: DoozyX/clang-format-lint-action@v0.18
|
||||||
with:
|
with:
|
||||||
source: "./src ./tests/src ./benchmarks/src ./mocks/include"
|
source: "./src ./tests/src ./benchmarks/src ./mocks/include"
|
||||||
extensions: "hpp,cpp"
|
extensions: "hpp,cpp"
|
||||||
|
|
Loading…
Reference in a new issue