Commit Graph

5 Commits

Author SHA1 Message Date
pezkuwichain 832276f387 fix(ci): update TruffleHog to scan full repo instead of diff 2025-12-11 03:23:51 +03:00
pezkuwichain e0c1f2c7a9 fix(ci): checkout pezkuwi-sdk for docs generation 2025-12-11 03:11:04 +03:00
pezkuwichain 275e3f8d43 fix(ci): correct npm install path for monorepo 2025-11-20 06:17:59 +03:00
pezkuwichain 6bca067c6b fix: GitHub Actions workflow - correct workspace commands
The workflow was using npm workspace commands (-w web) but the repository
doesn't have a root package.json configured for workspaces. Updated to use
working-directory instead to properly execute commands in the web directory.

Changes:
- Install dependencies: npm ci in web directory
- Run linter: npm run lint in web directory
- Run tests: npm run test in web directory
- Build project: npm run build in web directory

This fixes the "No workspaces found" error that was causing the workflow to fail.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 04:33:16 +03:00
pezkuwichain 49cdcb523c chore(ci): Establish quality gate and strengthen pre-commit hook 2025-11-19 18:35:11 +03:00