Skip to content

Commit 9978916

Browse files
authored
Merge branch 'main' into upgrade-deps-2026-1
2 parents 6965b0a + 30cf173 commit 9978916

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Dependabot metadata
1515
id: metadata
16-
uses: dependabot/fetch-metadata@v2.0.0
16+
uses: dependabot/fetch-metadata@v2.2.0
1717
with:
1818
github-token: "${{ secrets.GITHUB_TOKEN }}"
1919

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
fetch-depth: 1
2323

24-
- uses: oven-sh/setup-bun@v1
24+
- uses: oven-sh/setup-bun@v2
2525
with:
2626
bun-version: latest
2727

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
<img src="https://shields.io/github/license/permafrost-dev/node-ray?style=flat-square&logo=opensourceinitiative&logoColor=%23fff" alt="license">
99
<br>
1010
<img alt="Codecov" src="https://img.shields.io/codecov/c/github/permafrost-dev/node-ray?color=%234c1&label=coverage&logo=codecov&logoColor=%23ef6f6f&style=flat-square&token=YW2BTKSNEO" alt="codecov">
11-
<img alt="tech debt" src="https://img.shields.io/codeclimate/tech-debt/permafrost-dev/node-ray?label=tech%20debt&logo=codeclimate&style=flat-square">
11+
<!--<img alt="tech debt" src="https://img.shields.io/codeclimate/tech-debt/permafrost-dev/node-ray?label=tech%20debt&logo=codeclimate&style=flat-square">
1212
<img src="https://img.shields.io/codeclimate/maintainability/permafrost-dev/node-ray?logo=codeclimate&style=flat-square" />
13+
<br>-->
14+
<img src="https://bestpractices.coreinfrastructure.org/projects/6837/badge" alt="best practices">
15+
<img src="https://badgen.net/github/dependabot/permafrost-dev/node-ray?style=flat-square&logo=github" alt="dependabot status">
1316
<br>
1417
<br>
15-
<!--img src="https://bestpractices.coreinfrastructure.org/projects/6837/badge" alt="best practuices">
16-
<img src="https://badgen.net/github/dependabot/permafrost-dev/node-ray?style=flat-square&logo=github" alt="dependabot status">
17-
<br-->
1818
<img src="https://img.shields.io/npm/dt/node-ray.svg?style=flat-square&logo=npm&logoColor=white" alt="npm downloads">
1919
<img alt="jsDelivr hits (npm)" src="https://img.shields.io/jsdelivr/npm/hm/node-ray?logo=jsdelivr&logoColor=%23fff&style=flat-square&period=year">
2020
<img alt="npm-installs-monthly" src="https://img.shields.io/npm/dm/node-ray?style=flat-square&logo=npm&logoColor=white&label=installs">

0 commit comments

Comments
 (0)