chore: enable ts for the clang-format workflow (#6225)

This commit is contained in:
Beka Westberg
2022-06-21 14:00:25 +00:00
committed by GitHub
parent e1bfbfa8cd
commit 61322294da

View File

@@ -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.