Update workflows, fix review points

This commit is contained in:
IvanZosimov 2022-11-25 12:33:51 +01:00
parent 6e4d0e1344
commit 56969017e6
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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