Closed tsukinoko-kun closed 1 month ago
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.
Duplicate of #33
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
This improves discoverability of features and reduces silly spelling issues.