File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 25
25
- name : Check if snippets are formated correctly
26
26
uses : int128/comment-action@v1
27
27
with :
28
- run : tsx utils/checkSnippetFormatting.ts # Run the script located in the utils/ folder
28
+ run : npx tsx utils/checkSnippetFormatting.ts # Run the script located in the utils/ folder
29
29
post-on-failure : |
30
30
## :x: Snippet Format Error
31
31
${run.output}
Original file line number Diff line number Diff line change 27
27
28
28
- name : Consolidate Snippets
29
29
run : |
30
- tsx utils/consolidateSnippets.ts # Run the script located in the utils/ folder
30
+ npx tsx utils/consolidateSnippets.ts # Run the script located in the utils/ folder
31
31
32
32
- name : Commit and push changes
33
33
run : |
Original file line number Diff line number Diff line change 21
21
- name : Install dependencies
22
22
run : npm ci
23
23
24
- - name : Temp
25
- run : npx tsx utils/checkSnippetFormatting.ts
26
-
27
24
- name : Run cspell
28
25
run : npm run cspell
29
26
You can’t perform that action at this time.
0 commit comments