From 3523aaf749018ef95e55eff229c6dc1f1056bb75 Mon Sep 17 00:00:00 2001
From: "hoverkraft-bot[bot]"
<128996893+hoverkraft-bot[bot]@users.noreply.github.com>
Date: Mon, 13 Oct 2025 18:57:59 +0000
Subject: [PATCH] docs: update actions and workflows documentation
[skip ci]
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.github/workflows/continuous-integration.md | 10 +++++-----
actions/setup-node/README.md | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 12d6fcf..c58cfee 100644
--- a/.github/workflows/continuous-integration.md
+++ b/.github/workflows/continuous-integration.md
@@ -1,9 +1,9 @@
-# GitHub Reusable Workflow: Node.js Continuous Integration
+# GitHub Reusable Workflow: NodeJS Continuous Integration
-

+
---
@@ -23,7 +23,7 @@
## Overview
-Workflow to performs continuous integration steps agains a Node.js project:
+Workflow to performs continuous integration steps agains a NodeJs project:
- CodeQL analysis
- Linting
@@ -99,13 +99,13 @@ jobs:
| **Input** | **Description** | **Required** | **Type** | **Default** |
| ----------------------- | ----------------------------------------------------------------------------------------- | ------------ | ----------- | ------------ |
-| **`build`** | Build parameters. Must be a string or a JSON object. | **false** | **string** | `build` |
+| **`build`** | Build parameters. Must be a string or a json object. | **false** | **string** | `build` |
| **`checks`** | Optional flag to enable check steps. | **false** | **boolean** | `true` |
| **`lint`** | Optional flag to enable linting. | **false** | **boolean** | `true` |
| **`code-ql`** | Code QL analysis language. See . | **false** | **string** | `typescript` |
| **`dependency-review`** | Enable dependency review scan. See . | **false** | **boolean** | `true` |
| **`test`** | Optional flag to enable test. | **false** | **boolean** | `true` |
-| **`coverage`** | Specifify code coverage reporter. Supported values: 'Codecov'. | **false** | **string** | `codecov` |
+| **`coverage`** | Specifify code coverage reporter. Supported values: 'codecov'. | **false** | **string** | `codecov` |
| **`working-directory`** | Working directory where the dependencies are installed. | **false** | **string** | `.` |
diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md
index 8ad7c78..d2dce4b 100644
--- a/actions/setup-node/README.md
+++ b/actions/setup-node/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Setup Node.js
-

+
---