From 658906c3ac507ecc06e2bbc9fd37a1f0a4e0162a Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Wed, 22 Jun 2022 16:19:51 +0000 Subject: [PATCH] chore: enable ts for the clang-format workflow (#6233) --- .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 e372e0863..93150984a 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.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.