Fix identation
This commit is contained in:
parent
10ebc94cac
commit
1ecc921b17
1
.github/workflows/check-dist.yml
vendored
1
.github/workflows/check-dist.yml
vendored
@ -23,7 +23,6 @@ on:
|
||||
type: string
|
||||
default: "npm"
|
||||
|
||||
|
||||
jobs:
|
||||
check-dist:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
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
|
||||
type: string
|
||||
build-command:
|
||||
@ -40,8 +40,6 @@ jobs:
|
||||
with:
|
||||
config-file: ${{inputs.codeql-cfg-path}}
|
||||
|
||||
|
||||
|
||||
# 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.
|
||||
- name: Autobuild
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user