Skip to content

Commit ef69869

Browse files
nhosoirichm
authored andcommitted
Fix yamllint errors in codeql.yml
1 parent 68bd898 commit ef69869

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
---
12
name: "CodeQL"
23

34
on: # yamllint disable-line rule:truthy
45
push:
5-
branches: [ "master" ]
6+
branches: ["master"]
67
pull_request:
7-
branches: [ "master" ]
8+
branches: ["master"]
89
schedule:
910
- cron: "48 9 * * 6"
1011

@@ -20,7 +21,7 @@ jobs:
2021
strategy:
2122
fail-fast: false
2223
matrix:
23-
language: [ python ]
24+
language: [python]
2425

2526
steps:
2627
- name: Checkout

0 commit comments

Comments
 (0)