Skip to content

Commit ad09abd

Browse files
feat: establish GitHub Actions CI pipeline
Implements a robust Continuous Integration pipeline in .github/workflows/ci.yml. The pipeline is triggered on pull requests and pushes to the leader branch. It uses concurrency groups to cancel redundant runs. The pipeline includes the following steps: - Dependency caching based on the pnpm-lock.yaml hash. - Static analysis via 'pnpm run lint', 'tsc --noEmit', and 'pnpm run knip'. - Commit message linting for pull requests. - Code formatting verification using 'pnpm run format:check'. - Security auditing using 'pnpm audit' to identify and block high-severity vulnerabilities.
1 parent be0992c commit ad09abd

0 file changed

File tree

    0 commit comments

    Comments
     (0)