We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bd898 commit ef69869Copy full SHA for ef69869
.github/workflows/codeql.yml
@@ -1,10 +1,11 @@
1
+---
2
name: "CodeQL"
3
4
on: # yamllint disable-line rule:truthy
5
push:
- branches: [ "master" ]
6
+ branches: ["master"]
7
pull_request:
8
9
schedule:
10
- cron: "48 9 * * 6"
11
@@ -20,7 +21,7 @@ jobs:
20
21
strategy:
22
fail-fast: false
23
matrix:
- language: [ python ]
24
+ language: [python]
25
26
steps:
27
- name: Checkout
0 commit comments