Skip to content

Commit b652623

Browse files
committed
ci: Specify schema for GitHub Workflow YAML
1 parent 1469364 commit b652623

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
12
# Check install from crates.io works, both with and without --locked.
23
#
34
# This is mostly to check for loose dependencies that might have broken

.github/workflows/rust.yml

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

34
on:

0 commit comments

Comments
 (0)