mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
chore: enable ts for the clang-format workflow (#6225)
This commit is contained in:
2
.github/workflows/check_clang_format.yml
vendored
2
.github/workflows/check_clang_format.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- uses: DoozyX/clang-format-lint-action@v0.13
|
||||
with:
|
||||
source: 'core'
|
||||
extensions: 'js'
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user