From 56969017e641198cfa90407e5222d04bca0d437a Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Fri, 25 Nov 2022 12:33:51 +0100 Subject: [PATCH] Update workflows, fix review points --- .github/workflows/basic-validation.yml | 2 +- .github/workflows/codeql-analysis.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/basic-validation.yml b/.github/workflows/basic-validation.yml index cd985d0..02746aa 100644 --- a/.github/workflows/basic-validation.yml +++ b/.github/workflows/basic-validation.yml @@ -20,7 +20,7 @@ on: type: string default: "npm run build" prettier-command: - description: "Optional input to set prettier command. Set to an empty string if prettier isn't needed" + description: "Optional input to set prettier command. Set to an empty string if prettiering isn't needed" required: false type: string default: "npm run format-check" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index ec0edef..b19c21b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,5 +1,5 @@ -# This workflow helps us to analize repository code for vulnerabilities, bugs, and other errors using CodeQL. -# For that we're using CodeQL Action: https://github.com/github/codeql-action +# This workflow helps to analize repository code for vulnerabilities, bugs, and other errors using CodeQL. +# For that CodeQL Action is used: https://github.com/github/codeql-action # Learn more about CodeQL at https://codeql.github.com/ name: CodeQL