Skip to content

Commit

Permalink
update pre-commit checks and workflow scrips
Browse files Browse the repository at this point in the history
  • Loading branch information
barrymun committed Jan 3, 2025
1 parent 05e49b3 commit 607d314
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: tsx utils/checkSnippetFormatting.ts # Run the script located in the utils/ folder
post-on-failure: |
## :x: Snippet Format Error
${run.output}
${run.output}
2 changes: 1 addition & 1 deletion .github/workflows/consolidate-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
npm install
npm ci
- name: Consolidate Snippets
run: |
Expand Down
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
npm run snippets:check
npm run cspell
npm run lint
npm run test-ci
Expand Down

0 comments on commit 607d314

Please sign in to comment.