Closed yamadashy closed 1 month ago
The changes include a comprehensive restructuring of the CI workflow in .github/workflows/ci.yml
, with several jobs being renamed, added, or removed. New linting jobs for TypeScript and secret linting have been introduced, alongside a job for validating Renovate configuration and an npm audit check. The package.json
file has also been modified to refactor the lint
script into three distinct scripts for better modularity. The overall aim is to enhance clarity and maintainability in the CI process and linting tasks.
File | Change Summary |
---|---|
.github/workflows/ci.yml | - Workflow name changed from "Test" to "CI". - Job lint renamed to lint-biome .- New jobs: lint-ts , lint-secretlint , lint-renovate-config , check-npm-audit , check-typos .- Job coverage renamed to test-coverage .- Job build-and-run renamed.- Removed jobs: security and typos . |
package.json | - lint script refactored to call lint-biome , lint-ts , and lint-secretlint separately.- New scripts added: lint-biome , lint-ts , lint-secretlint . |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.57%. Comparing base (
08982bd
) to head (99fbab7
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary by CodeRabbit
New Features
Modifications