fix yamllint
This commit is contained in:
parent
b0becabb5e
commit
b5c73dac3e
2 changed files with 31 additions and 31 deletions
10
.github/workflows/codeql-analysis.yml
vendored
10
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -13,12 +13,12 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ dev ]
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ dev ]
|
||||
branches: [dev]
|
||||
schedule:
|
||||
- cron: '40 13 * * 1'
|
||||
- cron: "40 13 * * 1"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
language: [ 'python' ]
|
||||
language: ["python"]
|
||||
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
|
||||
# Learn more about CodeQL language support at https://git.io/codeql-language-support
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
# and modify them (or add more) to build your code if your project
|
||||
# uses a compiled language
|
||||
|
||||
#- run: |
|
||||
# - run: |
|
||||
# make bootstrap
|
||||
# make release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue