mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-02-26 09:24:59 +00:00
Update codeql.yaml
This commit is contained in:
parent
086f2d5a4b
commit
41ae48aa57
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yaml
vendored
2
.github/workflows/codeql.yaml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
uses: github/codeql-action/init@v1
|
uses: github/codeql-action/init@v1
|
||||||
# Override language selection by uncommenting this and choosing your languages
|
# Override language selection by uncommenting this and choosing your languages
|
||||||
with:
|
with:
|
||||||
language: 'javascript'
|
languages: 'javascript'
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue