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

@ -18,7 +18,7 @@ on:
# The branches below must be a subset of the branches above
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