hayagriva icon indicating copy to clipboard operation
hayagriva copied to clipboard

Add YAML/JSON Schema

Open tsukinoko-kun opened this issue 5 months ago • 0 comments

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.

tsukinoko-kun avatar Aug 31 '24 17:08 tsukinoko-kun