Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add YAML/JSON Schema #206

Closed
tsukinoko-kun opened this issue Aug 31, 2024 · 1 comment · May be fixed by #192
Closed

Add YAML/JSON Schema #206

tsukinoko-kun opened this issue Aug 31, 2024 · 1 comment · May be fixed by #192

Comments

@tsukinoko-kun
Copy link

Schema would be useful. It would be used like here for GitHub Actions:
https://github.com/tsukinoko-kun/codehere/blob/main/.github/workflows/release.yml

# yaml-language-server: https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
---
name: goreleaser

on:
  create:
    tags:
      - "**"

This improves discoverability of features and reduces silly spelling issues.

@reknih
Copy link
Member

reknih commented Oct 10, 2024

Duplicate of #33

@reknih reknih marked this as a duplicate of #33 Oct 10, 2024
@reknih reknih closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants