Skip to content

Commit 83e76da

Browse files
committed
ci: fix strict yamllint errors (quote 'on', trim spaces)
1 parent 0b2e900 commit 83e76da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "CodeQL"
22

3-
on:
3+
"on":
44
push:
55
branches: ["main"]
66
pull_request:
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
language: ['javascript', 'python', 'rust']
24-
24+
2525
steps:
2626
- name: Checkout repository
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)