Skip to content

Commit

Permalink
Bump DoozyX/clang-format-lint-action from v0.6 to v0.7 (#76)
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 v0.6 to v0.7.
- [Release notes](https://github.com/DoozyX/clang-format-lint-action/releases)
- [Commits](DoozyX/clang-format-lint-action@v0.6...d9291de)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2020
1 parent e490ad4 commit cd39910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Black code style
run: black larq_compute_engine --check --target-version py36 --exclude 'build/|buck-out/|dzzist/|_build/|\.git/|\.hg/|\.mypy_cache/|\.tox/|\.venv/|larq/snapshots/'
- name: clang-format lint
uses: DoozyX/clang-format-lint-action@v0.6
uses: DoozyX/clang-format-lint-action@v0.7
- name: Lint bazel files
run: buildifier -mode=check -r ./

0 comments on commit cd39910

Please sign in to comment.