Commit Graph

6 Commits

Author SHA1 Message Date
7f82be8377 feat: fix pipeline
All checks were successful
Security Audit / Security Vulnerability Scan (pull_request) Successful in 21s
Code Quality Check / Lint & Type Check (pull_request) Successful in 20s
2026-02-28 12:38:49 +00:00
b2d363a0fc fix: prevent duplicate workflow runs on PR branches
- Remove wildcard '**' from push trigger
- Push events now only trigger on main/master/develop branches
- PR events still trigger on all PRs to main/master/develop
- Prevents double runs when pushing to PR branches
2026-02-22 18:29:37 +00:00
7b34ad150b fix: add TypeScript declarations for SCSS modules and images, consolidate CI workflows
- Add type declarations for .module.scss files
- Add type declarations for image imports (png, jpg, svg, etc.)
- Update tsconfig.json to include new type declaration files
- Consolidate duplicate lint/typecheck workflows into single Code Quality Check
- Remove redundant pr-lint-check.yml and push-lint-check.yml
- Unified workflow runs both ESLint and TypeScript checks
2026-02-22 18:28:39 +00:00
1b8d7b1fac chore: cleanups 2026-02-22 18:02:31 +00:00
674a8b00e2 fix: pipelines 2026-02-22 17:52:12 +00:00
b697ad823a feat: stricter lint, check pipelines, docker-containers, pnpm 2026-02-22 17:48:51 +00:00