From 1ecc921b174cb8ab1a9fdcf74549e0fec20094ce Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Tue, 29 Nov 2022 15:55:13 +0100 Subject: [PATCH] Fix identation --- .github/workflows/check-dist.yml | 1 - .github/workflows/codeql-analysis.yml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 6f95b64..703a653 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -22,7 +22,6 @@ on: required: false type: string default: "npm" - jobs: check-dist: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e36234c..60d2543 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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: @@ -39,8 +39,6 @@ jobs: uses: github/codeql-action/init@v2 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.