Update workflows, fix review points
This commit is contained in:
parent
6e4d0e1344
commit
56969017e6
2
.github/workflows/basic-validation.yml
vendored
2
.github/workflows/basic-validation.yml
vendored
@ -20,7 +20,7 @@ on:
|
|||||||
type: string
|
type: string
|
||||||
default: "npm run build"
|
default: "npm run build"
|
||||||
prettier-command:
|
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
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: "npm run format-check"
|
default: "npm run format-check"
|
||||||
|
|||||||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@ -1,5 +1,5 @@
|
|||||||
# This workflow helps us to analize repository code for vulnerabilities, bugs, and other errors using CodeQL.
|
# This workflow helps 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
|
# For that CodeQL Action is used: https://github.com/github/codeql-action
|
||||||
# Learn more about CodeQL at https://codeql.github.com/
|
# Learn more about CodeQL at https://codeql.github.com/
|
||||||
|
|
||||||
name: CodeQL
|
name: CodeQL
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user