Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit f9c9637

Browse files
committed
Update badges
1 parent c16e8ac commit f9c9637

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.lintstagedrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

@@ -43,7 +43,5 @@ jobs:
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

0 commit comments

Comments
 (0)