Skip to content

Commit

Permalink
chore: enable ts for the clang-format workflow (#6225)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Jun 21, 2022
1 parent e1bfbfa commit 6132229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_clang_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6132229

Please sign in to comment.