This repository was archived by the owner on Aug 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "*.(ts)" : [" biome lint --write" ],
3- "*.(ts|json|md )" : [" biome check --write" ],
3+ "*.(ts|json)" : [" biome check --write" ],
44 ".github/workflows/*.(yaml|yml)" : [" action-validator" ]
55}
Original file line number Diff line number Diff line change 1- [ ![ Maintainability] [ maintainabilityimageurl ]] ( [maintainabilityUrl] )
2- [ ![ Test Coverage] [ testcoverageimageurl ]] ( [testcoverageUrl ] )
1+ [ ![ Maintainability] [ maintainabilityimageurl ]] ( https://codeclimate.com/github/caffco/code-climate-github-action/maintainability )
2+ [ ![ Test Coverage] [ testcoverageimageurl ]] ( [https://codeclimate.com/github/caffco/code-climate-github-action/test_coverage ] )
33
44# Code Climate
55
4343 run_after_build : ' true'
4444` ` `
4545
46- [maintainabilityurl]: https://codeclimate.com/github/caffco/code-climate-github-action/maintainability
4746[maintainabilityimageurl]: https://api.codeclimate.com/v1/badges/f28434b0cf06574fb720/maintainability
4847[testcoverageimageurl]: https://api.codeclimate.com/v1/badges/f28434b0cf06574fb720/test_coverage
49- [testcoverageurl]: https://codeclimate.com/github/caffco/code-climate-github-action/test_coverage
You can’t perform that action at this time.
0 commit comments