Skip to content

Commit f18e90e

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 80acfc9 commit f18e90e

File tree

8 files changed

+75
-57
lines changed

8 files changed

+75
-57
lines changed

.github/workflows/continuous-integration.md

Lines changed: 10 additions & 10 deletions
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/c77bac75f0a5745bf85132edbeef115dc3c74ec45b17031716fdead2c865de2f/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
6+
<img src="https://opengraph.githubassets.com/a53f06a83c3dc992b76918ea13c13ad961acfcc4e23b4cd4ed05f6dd0904ddac/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Continuous Integration" />
77
</div>
88

99
---
@@ -53,7 +53,7 @@ on:
5353
permissions: {}
5454
jobs:
5555
continuous-integration:
56-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
56+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
5757
permissions: {}
5858
secrets:
5959
# Secrets to be used during the build step.
@@ -113,7 +113,7 @@ jobs:
113113

114114
# Whether to enable linting.
115115
# Set to `null` or empty to disable.
116-
# Accepts a JSON object for lint options. See [lint action](../actions/lint/README.md).
116+
# Accepts a JSON object for lint options. See [lint action](../../actions/lint/README.md).
117117
# It should generate lint reports in standard formats.
118118
#
119119
# Example:
@@ -142,7 +142,7 @@ jobs:
142142

143143
# Whether to enable testing.
144144
# Set to `null` or empty to disable.
145-
# Accepts a JSON object for test options. See [test action](../actions/test/README.md).
145+
# Accepts a JSON object for test options. See [test action](../../actions/test/README.md).
146146
# If coverage is enabled, it should generate test and coverage reports in standard formats.
147147
#
148148
# Example:
@@ -233,7 +233,7 @@ jobs:
233233
| **`checks`** | Optional flag to enable check steps. | **false** | **boolean** | `true` |
234234
| **`lint`** | Whether to enable linting. | **false** | **string** | `true` |
235235
| | Set to `null` or empty to disable. | | | |
236-
| | Accepts a JSON object for lint options. See [lint action](../actions/lint/README.md). | | | |
236+
| | Accepts a JSON object for lint options. See [lint action](../../actions/lint/README.md). | | | |
237237
| | It should generate lint reports in standard formats. | | | |
238238
| | | | | |
239239
| | Example: | | | |
@@ -246,7 +246,7 @@ jobs:
246246
| | See <https://github.com/actions/dependency-review-action>. | | | |
247247
| **`test`** | Whether to enable testing. | **false** | **string** | `true` |
248248
| | Set to `null` or empty to disable. | | | |
249-
| | Accepts a JSON object for test options. See [test action](../actions/test/README.md). | | | |
249+
| | Accepts a JSON object for test options. See [test action](../../actions/test/README.md). | | | |
250250
| | If coverage is enabled, it should generate test and coverage reports in standard formats. | | | |
251251
| | | | | |
252252
| | Example: | | | |
@@ -387,7 +387,7 @@ on:
387387
388388
jobs:
389389
continuous-integration:
390-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
390+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
391391
permissions:
392392
id-token: write
393393
security-events: write
@@ -453,7 +453,7 @@ jobs:
453453
# Run CI checks inside the Docker container
454454
continuous-integration:
455455
needs: build-image
456-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
456+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
457457
permissions:
458458
id-token: write
459459
security-events: write
@@ -477,7 +477,7 @@ on:
477477
branches: [main]
478478
jobs:
479479
continuous-integration:
480-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
480+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
481481
permissions:
482482
id-token: write
483483
security-events: write
@@ -505,7 +505,7 @@ on:
505505
506506
jobs:
507507
continuous-integration:
508-
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@a9809af04394e66675b8644865be1ddcec02cdcd # 0.20.0
508+
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
509509
permissions:
510510
id-token: write
511511
security-events: write

0 commit comments

Comments
 (0)