Fix identation
This commit is contained in:
@@ -22,7 +22,6 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "npm"
|
default: "npm"
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-dist:
|
check-dist:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
codeql-cfg-path:
|
codeql-cfg-path:
|
||||||
description: "Optional input to set path to the CodeQL config file"
|
description: "Optional input to set path to a CodeQL config file"
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
build-command:
|
build-command:
|
||||||
@@ -39,8 +39,6 @@ jobs:
|
|||||||
uses: github/codeql-action/init@v2
|
uses: github/codeql-action/init@v2
|
||||||
with:
|
with:
|
||||||
config-file: ${{inputs.codeql-cfg-path}}
|
config-file: ${{inputs.codeql-cfg-path}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
|
# If this step fails, configure a build command manually using build-command input. This command will be executed in the corresponding step.
|
||||||
|
|||||||
Reference in New Issue
Block a user