chore: add yaml schemas to Taskfile.yml
and .goreleaser.yaml
This commit is contained in:
parent
13e2c2d0e4
commit
8683cb2a6b
2 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
|
||||||
|
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# yaml-language-server: $schema=https://taskfile.dev/schema.json
|
||||||
|
#
|
||||||
# github.com/go-task/task/v3/cmd/task@latest
|
# github.com/go-task/task/v3/cmd/task@latest
|
||||||
# Requirements:
|
# Requirements:
|
||||||
# github.com/caarlos0/svu@latest
|
# github.com/caarlos0/svu@latest
|
||||||
|
|
Loading…
Reference in a new issue