33# GitHub Reusable Workflow: Node.js Continuous Integration
44
55<div align =" center " >
6- <img src =" https://opengraph.githubassets.com/d404625773c747748dc7d301c22e3486f68a45a9b6ecf6dcbbc8827f4cf9ccf8 /hoverkraft-tech/ci-github-nodejs " width =" 60px " align =" center " alt =" NodeJS Continuous Integration" />
6+ <img src =" https://opengraph.githubassets.com/289a3c6fdb0dea3dec9358a0e4b263a847ddd65f34d8b7d3a3cdb0910294881f /hoverkraft-tech/ci-github-nodejs " width =" 60px " align =" center " alt =" Node.js Continuous Integration" />
77</div >
88
99---
@@ -43,7 +43,7 @@ Workflow to performs continuous integration steps agains a Node.js project:
4343## Usage
4444
4545``` yaml
46- name : NodeJS Continuous Integration
46+ name : Node.js Continuous Integration
4747on :
4848 push :
4949 branches :
@@ -54,7 +54,7 @@ permissions:
5454 id-token : write
5555jobs :
5656 continuous-integration :
57- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@1d00c9eb280acbee5df4b4a2087f786e66b13d87 # 0.14.1
57+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@4b87508052fc8b08a44a5d2d7d5f0636deb6ea3e # 0.15.0
5858 with :
5959 # Build parameters. Must be a string or a json object.
6060 # Default: `build`
8080 # Default: `true`
8181 test : true
8282
83- # Specifify code coverage reporter. Supported values: ' codecov' .
83+ # Specifify code coverage reporter. Supported values: ` codecov` .
8484 # Default: `codecov`
8585 coverage : codecov
8686
@@ -99,13 +99,13 @@ jobs:
9999
100100| **Input** | **Description** | **Required** | **Type** | **Default** |
101101| ----------------------- | ----------------------------------------------------------------------------------------- | ------------ | ----------- | ------------ |
102- | **` build`** | Build parameters. Must be a string or a JSON object. | **false** | **string** | `build` |
102+ | **` build`** | Build parameters. Must be a string or a json object. | **false** | **string** | `build` |
103103| **`checks`** | Optional flag to enable check steps. | **false** | **boolean** | `true` |
104104| **`lint`** | Optional flag to enable linting. | **false** | **boolean** | `true` |
105105| **`code-ql`** | Code QL analysis language. See <https://github.com/github/codeql-action>. | **false** | **string** | `typescript` |
106106| **`dependency-review`** | Enable dependency review scan. See <https://github.com/actions/dependency-review-action>. | **false** | **boolean** | `true` |
107107| **`test`** | Optional flag to enable test. | **false** | **boolean** | `true` |
108- | **`coverage`** | Specifify code coverage reporter. Supported values : ' Codecov ' . | **false** | **string** | `codecov` |
108+ | **`coverage`** | Specifify code coverage reporter. Supported values : ` codecov ` . | **false** | **string** | `codecov` |
109109| **`working-directory`** | Working directory where the dependencies are installed. | **false** | **string** | `.` |
110110
111111<!-- inputs:end -->
133133
134134jobs:
135135 continuous-integration:
136- uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@1d00c9eb280acbee5df4b4a2087f786e66b13d87 # 0.14.1
136+ uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@4b87508052fc8b08a44a5d2d7d5f0636deb6ea3e # 0.15.0
137137 permissions:
138138 id-token: write
139139 security-events: write
0 commit comments