diff --git a/.github/workflows/check-snippets.yml b/.github/workflows/check-snippets.yml index 69824bba..1efb01f2 100644 --- a/.github/workflows/check-snippets.yml +++ b/.github/workflows/check-snippets.yml @@ -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} \ No newline at end of file + ${run.output} diff --git a/.github/workflows/consolidate-snippets.yml b/.github/workflows/consolidate-snippets.yml index 8ac9047e..e873beda 100644 --- a/.github/workflows/consolidate-snippets.yml +++ b/.github/workflows/consolidate-snippets.yml @@ -23,7 +23,7 @@ jobs: - name: Install dependencies run: | - npm install + npm ci - name: Consolidate Snippets run: | diff --git a/.husky/pre-commit b/.husky/pre-commit index aaa9ed1a..3b9f6bcf 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,4 @@ +npm run snippets:check npm run cspell npm run lint npm run test-ci