Skip to content

Commit

Permalink
build: fixed brew style warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Jan 4, 2022
1 parent 85abc84 commit 0ec462c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ brews:
folder: Formula

homepage: "https://github.com/jittering/elapsed"
description: "A simple utility which adds elapsed time markers on every input line"
description: "Simple utility which adds elapsed time markers on every input line"
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ build:
release:
goreleaser release --rm-dist --skip-validate

check-style:
goreleaser --snapshot --rm-dist && brew style ./dist/*.rb


.PHONY: clean build

0 comments on commit 0ec462c

Please sign in to comment.