Skip to content

Commit

Permalink
build: removing '.goreleaser.yaml' references (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Apr 23, 2024
1 parent 2d9f6a8 commit 76c8e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/check-yaml-formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -o errexit
set -o xtrace

yamlfmt -lint -dstar .github/**/* .goreleaser.yaml
yamlfmt -lint -dstar .github/**/*
2 changes: 1 addition & 1 deletion ci/fix-yaml-formatting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
set -o errexit
set -o xtrace

yamlfmt -dstar ./github/**/* .goreleaser.yaml
yamlfmt -dstar ./github/**/*

0 comments on commit 76c8e18

Please sign in to comment.