1
0
forked from baron/baron-sso

chore: update code check badges

This commit is contained in:
2026-05-29 12:35:58 +09:00
parent faf6db204d
commit 0e83561994
4 changed files with 22 additions and 22 deletions

View File

@@ -1,22 +1,22 @@
{
"schemaVersion": 1,
"generatedBy": "scripts/update_code_check_badges.mjs",
"updatedAt": "2026-05-29T03:04:40.216Z",
"updatedAt": "2026-05-29T03:35:39.250Z",
"badges": {
"code-check": {
"label": "code check",
"message": "unknown",
"color": "#6e7781"
"message": "failing",
"color": "#cf222e"
},
"biome": {
"label": "biome",
"message": "unknown",
"color": "#6e7781"
"message": "passing",
"color": "#2ea043"
},
"userfront-e2e-fast": {
"label": "userfront e2e fast",
"message": "unknown",
"color": "#6e7781"
"message": "failing",
"color": "#cf222e"
},
"userfront-e2e-full": {
"label": "userfront e2e full",

View File

@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="102" height="20" role="img" aria-label="biome: unknown">
<title>biome: unknown</title>
<svg xmlns="http://www.w3.org/2000/svg" width="102" height="20" role="img" aria-label="biome: passing">
<title>biome: passing</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
@@ -7,13 +7,13 @@
<clipPath id="r"><rect width="102" height="20" rx="3" fill="#fff"/></clipPath>
<g clip-path="url(#r)">
<rect width="44" height="20" fill="#555"/>
<rect x="44" width="58" height="20" fill="#6e7781"/>
<rect x="44" width="58" height="20" fill="#2ea043"/>
<rect width="102" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
<text x="22" y="15" fill="#010101" fill-opacity=".3">biome</text>
<text x="22" y="14">biome</text>
<text x="73" y="15" fill="#010101" fill-opacity=".3">unknown</text>
<text x="73" y="14">unknown</text>
<text x="73" y="15" fill="#010101" fill-opacity=".3">passing</text>
<text x="73" y="14">passing</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 942 B

After

Width:  |  Height:  |  Size: 942 B

View File

@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="136" height="20" role="img" aria-label="code check: unknown">
<title>code check: unknown</title>
<svg xmlns="http://www.w3.org/2000/svg" width="136" height="20" role="img" aria-label="code check: failing">
<title>code check: failing</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
@@ -7,13 +7,13 @@
<clipPath id="r"><rect width="136" height="20" rx="3" fill="#fff"/></clipPath>
<g clip-path="url(#r)">
<rect width="78" height="20" fill="#555"/>
<rect x="78" width="58" height="20" fill="#6e7781"/>
<rect x="78" width="58" height="20" fill="#cf222e"/>
<rect width="136" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
<text x="39" y="15" fill="#010101" fill-opacity=".3">code check</text>
<text x="39" y="14">code check</text>
<text x="107" y="15" fill="#010101" fill-opacity=".3">unknown</text>
<text x="107" y="14">unknown</text>
<text x="107" y="15" fill="#010101" fill-opacity=".3">failing</text>
<text x="107" y="14">failing</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 964 B

After

Width:  |  Height:  |  Size: 964 B

View File

@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" width="191" height="20" role="img" aria-label="userfront e2e fast: unknown">
<title>userfront e2e fast: unknown</title>
<svg xmlns="http://www.w3.org/2000/svg" width="191" height="20" role="img" aria-label="userfront e2e fast: failing">
<title>userfront e2e fast: failing</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
@@ -7,13 +7,13 @@
<clipPath id="r"><rect width="191" height="20" rx="3" fill="#fff"/></clipPath>
<g clip-path="url(#r)">
<rect width="133" height="20" fill="#555"/>
<rect x="133" width="58" height="20" fill="#6e7781"/>
<rect x="133" width="58" height="20" fill="#cf222e"/>
<rect width="191" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="11">
<text x="66.5" y="15" fill="#010101" fill-opacity=".3">userfront e2e fast</text>
<text x="66.5" y="14">userfront e2e fast</text>
<text x="162" y="15" fill="#010101" fill-opacity=".3">unknown</text>
<text x="162" y="14">unknown</text>
<text x="162" y="15" fill="#010101" fill-opacity=".3">failing</text>
<text x="162" y="14">failing</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1002 B

After

Width:  |  Height:  |  Size: 1002 B