From 61322294da70c770b32abb28b9d695af75f61a16 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Tue, 21 Jun 2022 14:00:25 +0000 Subject: [PATCH] chore: enable ts for the clang-format workflow (#6225) --- .github/workflows/check_clang_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_clang_format.yml b/.github/workflows/check_clang_format.yml index 490dea26c65..58fd73b2ca5 100644 --- a/.github/workflows/check_clang_format.yml +++ b/.github/workflows/check_clang_format.yml @@ -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.