Skip to content

Commit 59bf2a5

Browse files
committed
ci: add yaml schema to workflow files
1 parent e9a4ad0 commit 59bf2a5

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
23
name: automerge
34

45
"on":

.github/workflows/flake.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
23
name: flake
34

45
"on":

.github/workflows/general.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
23
name: general
34

45
"on":

0 commit comments

Comments
 (0)