fix yamllint

This commit is contained in:
Robert Resch 2022-05-17 21:30:10 +02:00
parent b0becabb5e
commit b5c73dac3e
2 changed files with 31 additions and 31 deletions

View file

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