Skip to content

Commit 6eec8ae

Browse files
committed
chore: fix lint issues
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 6809332 commit 6eec8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ 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` |

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_call:
1212
inputs:
1313
build:
14-
description: Build parameters. Must be a string or a json object.
14+
description: Build parameters. Must be a string or a JSON object.
1515
type: string
1616
required: false
1717
default: "build"

0 commit comments

Comments
 (0)