Skip to content

Commit 411ccb8

Browse files
committed
testing tsx usage in workflow
1 parent ccc4cc0 commit 411ccb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre-commit-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: npm ci
2323

24+
- name: Temp
25+
run: npx tsx utils/checkSnippetFormatting.ts
26+
2427
- name: Run cspell
2528
run: npm run cspell
2629

0 commit comments

Comments
 (0)