From e1713559087fdf58470f7e949ff69ae5fc8303b6 Mon Sep 17 00:00:00 2001 From: john38291 <162273614+john38291@users.noreply.github.com> Date: Sun, 11 Jan 2026 20:04:25 -0500 Subject: [PATCH] ci.yml fix --- .github/workflows/ci.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2d0900..b09a8bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Run Prettier check run: npx prettier --check "**/*.{js,json,md,html,css}" || echo "⚠️ Formatting issues found - run 'npm run prettier' to fix" - + - name: Run Jest tests run: npm run test:unit:ci @@ -105,16 +105,20 @@ jobs: run: npm ci - name: Run ESLint with error reporting - run: npm run lint:ci || echo "⚠️ ESLint issues found - run 'npm run lint' to check" - - - name: Run Prettier check with error reporting - run: npm run format:check || echo "⚠️ Format issues found - run 'npm run prettier' to fix" + run: npm run lint:ci || echo "⚠️ ESLint issues found - run 'npm run lint' to check" + + - name: Run Prettier check with error reporting + run: npm run format:check || echo "⚠️ Format issues found - run 'npm run prettier' to fix" + - name: Check for security vulnerabilities run: npm audit --audit-level=moderate - name: Run dependency check run: npm outdated || true + - name: Run dependency check + run: npm outdated || true + salesforce-deploy-check: name: Salesforce Deploy Check runs-on: ubuntu-latest