From 8683cb2a6b21d4d82b217453f18988b684243675 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Sat, 9 Nov 2024 10:42:26 +0100 Subject: [PATCH] chore: add yaml schemas to `Taskfile.yml` and `.goreleaser.yaml` --- .goreleaser.yaml | 1 + Taskfile.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 22dc0d9..9bdad83 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,4 +1,5 @@ # vim: set ts=2 sw=2 tw=0 fo=cnqoj +# yaml-language-server: $schema=https://goreleaser.com/static/schema.json version: 2 diff --git a/Taskfile.yml b/Taskfile.yml index 77dfff5..8efbf3a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://taskfile.dev/schema.json +# # github.com/go-task/task/v3/cmd/task@latest # Requirements: # github.com/caarlos0/svu@latest