mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
ci: clang format version bump (#6640)
This commit is contained in:
4
.github/workflows/check_clang_format.yml
vendored
4
.github/workflows/check_clang_format.yml
vendored
@@ -13,14 +13,14 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: DoozyX/clang-format-lint-action@v0.14
|
||||
- uses: DoozyX/clang-format-lint-action@v0.15
|
||||
with:
|
||||
source: 'core'
|
||||
extensions: 'js,ts'
|
||||
# This should be as close as possible to the version that the npm
|
||||
# package supports. This can be found by running:
|
||||
# npx clang-format --version.
|
||||
clangFormatVersion: 13
|
||||
clangFormatVersion: 15
|
||||
|
||||
# The Report clang format workflow (report_clang_format.yml) will
|
||||
# run (if required) after this one to post a comment to the PR.
|
||||
|
||||
Reference in New Issue
Block a user