Skip to content

Commit 1cbfc1c

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30d9939 commit 1cbfc1c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/continuous-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Node.js Continuous Integration
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/69ecd249ef8a7636e193205575fa53ebb5c51b35feeb68ee25c7f4de5fb209ca/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
6+
<img src="https://opengraph.githubassets.com/80b7a9ed32baba303ae5ad824cf870d1694aa85e0bdeffd0fcee63544da4d43f/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
77
</div>
88

99
---

actions/lint/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2stY2lyY2xlIiBjb2xvcj0iYmx1ZSI+PHBhdGggZD0iTTIyIDExLjA4VjEyYTEwIDEwIDAgMSAxLTUuOTMtOS4xNCI+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9IjIyIDQgMTIgMTQuMDEgOSAxMS4wMSI+PC9wb2x5bGluZT48L3N2Zz4=) GitHub Action: Lint
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/f0111b126f55f4b842dad3996436655d47c0b27180ea1fe2289ac79d261fad6d/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Lint" />
6+
<img src="https://opengraph.githubassets.com/80b7a9ed32baba303ae5ad824cf870d1694aa85e0bdeffd0fcee63544da4d43f/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Lint" />
77
</div>
88

99
---
@@ -30,7 +30,7 @@ Action to lint Node.js projects with support for pull request reporting and anno
3030
## Usage
3131

3232
```yaml
33-
- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
33+
- uses: hoverkraft-tech/ci-github-nodejs/actions/lint@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2
3434
with:
3535
# Working directory where lint commands are executed.
3636
# Can be absolute or relative to the repository root.
@@ -115,7 +115,7 @@ This project is licensed under the MIT License.
115115

116116
SPDX-License-Identifier: MIT
117117

118-
Copyright © 2025 hoverkraft
118+
Copyright © 2026 hoverkraft
119119

120120
For more details, see the [license](http://choosealicense.com/licenses/mit/).
121121

actions/test/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# ![Icon](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2stc3F1YXJlIiBjb2xvcj0iYmx1ZSI+PHBvbHlsaW5lIHBvaW50cz0iOSAxMSAxMiAxNCAyMiA0Ij48L3BvbHlsaW5lPjxwYXRoIGQ9Ik0yMSAxMnY3YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjVhMiAyIDAgMCAxIDItMmgxMSI+PC9wYXRoPjwvc3ZnPg==) GitHub Action: Test
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/f0111b126f55f4b842dad3996436655d47c0b27180ea1fe2289ac79d261fad6d/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Test" />
6+
<img src="https://opengraph.githubassets.com/80b7a9ed32baba303ae5ad824cf870d1694aa85e0bdeffd0fcee63544da4d43f/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Test" />
77
</div>
88

99
---
@@ -30,7 +30,7 @@ Action to test Node.js projects with support for coverage reporting and pull req
3030
## Usage
3131

3232
```yaml
33-
- uses: hoverkraft-tech/ci-github-nodejs/actions/test@009e0e9d11a45eda39342243a14a4e5c3c6eaef3 # 0.21.1
33+
- uses: hoverkraft-tech/ci-github-nodejs/actions/test@c9d9d041ba4ef35695ee469c4782fa6a8bbebbcc # 0.21.2
3434
with:
3535
# Working directory where test commands are executed.
3636
# Can be absolute or relative to the repository root.
@@ -143,7 +143,7 @@ This project is licensed under the MIT License.
143143

144144
SPDX-License-Identifier: MIT
145145

146-
Copyright © 2025 hoverkraft
146+
Copyright © 2026 hoverkraft
147147

148148
For more details, see the [license](http://choosealicense.com/licenses/mit/).
149149

0 commit comments

Comments
 (0)