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: on:
push: push:
branches: [ "main" ] branches:
- main
pull_request: pull_request:
# The branches below must be a subset of the branches above branches:
branches: [ "main" ] - main
schedule: schedule:
- cron: '45 13 * * 5' - cron: '45 13 * * 5'
@ -21,7 +22,8 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
language: [ 'python' ] language:
- python
steps: steps:
- name: Checkout repository - name: Checkout repository