Reformat file
This commit is contained in:
parent
55f1599a7a
commit
2ad06e8b38
1 changed files with 6 additions and 4 deletions
10
.github/workflows/codeql-analysis.yml
vendored
10
.github/workflows/codeql-analysis.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue