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 2525 - name : Check if snippets are formated correctly
2626 uses : int128/comment-action@v1
2727 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
2929 post-on-failure : |
3030 ## :x: Snippet Format Error
3131 ${run.output}
Original file line number Diff line number Diff line change 2727
2828 - name : Consolidate Snippets
2929 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
3131
3232 - name : Commit and push changes
3333 run : |
Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : npm ci
2323
24- - name : Temp
25- run : npx tsx utils/checkSnippetFormatting.ts
26-
2724 - name : Run cspell
2825 run : npm run cspell
2926
You can’t perform that action at this time.
0 commit comments