Reformat file

This commit is contained in:
Andras Schmelczer 2022-07-29 12:59:48 +02:00
parent 55f1599a7a
commit 2ad06e8b38
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -2,10 +2,11 @@ name: analyse with CodeQL
on:
push:
branches: [ "main" ]
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
branches:
- main
schedule:
- cron: '45 13 * * 5'
@ -21,7 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
language:
- python
steps:
- name: Checkout repository