Browse Source

chore(deps): bump DoozyX/clang-format-lint-action from 0.12 to 0.13

Bumps [DoozyX/clang-format-lint-action](https://github.com/DoozyX/clang-format-lint-action) from 0.12 to 0.13.
- [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases)
- [Commits](https://github.com/DoozyX/clang-format-lint-action/compare/v0.12...v0.13)

---
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>
xmkb
dependabot[bot] 3 years ago committed by Pete Johanson
parent
commit
944f931704
  1. 2
      .github/workflows/clang-format-lint.yml

2
.github/workflows/clang-format-lint.yml

@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
- uses: DoozyX/clang-format-lint-action@v0.13
with:
source: "./app"
extensions: "h,c"

Loading…
Cancel
Save