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

This commit is contained in:
Beka Westberg
2022-06-22 16:19:51 +00:00
committed by GitHub
parent 3ea312a4b6
commit 658906c3ac
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- uses: DoozyX/clang-format-lint-action@v0.14
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.