Skip to content

Commit 4167f1c

Browse files
committed
Add YAML schema metadata
1 parent 8f0f701 commit 4167f1c

10 files changed

+10
-0
lines changed

.eslintrc.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://json.schemastore.org/eslintrc.json
12
env:
23
amd: false
34
applescript: false

.github/ISSUE_TEMPLATE/bug-report.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://json.schemastore.org/github-issue-forms.json
12
name: "Bug Report"
23
description: "Report a bug."
34
labels:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
12
blank_issues_enabled: true

.github/ISSUE_TEMPLATE/documentation-issue.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://json.schemastore.org/github-issue-forms.json
12
name: "Documentation Issue"
23
description: "Report a documentation issue."
34
labels:

.github/ISSUE_TEMPLATE/feature-request.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://json.schemastore.org/github-issue-forms.json
12
name: "Feature Request"
23
description: "Suggest an idea."
34
labels:

.github/dependabot.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://json.schemastore.org/dependabot-2.0.json
12
version: 2
23
updates:
34
- package-ecosystem: "github-actions"

.github/workflows/announce-new-release-discord.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://json.schemastore.org/github-workflow.json
12
name: "Announce New Release - Discord"
23
on:
34
release:

.github/workflows/publish-powershell-module-psg.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://json.schemastore.org/github-workflow.json
12
name: "Publish PowerShell Module - PowerShell Gallery"
23
on:
34
release:

.github/workflows/scan-virus.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://json.schemastore.org/github-workflow.json
12
name: "Scan Virus"
23
on:
34
push:

.yamllint.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://json.schemastore.org/yamllint.json
12
rules:
23
braces:
34
forbid: "non-empty"

0 commit comments

Comments
 (0)