Skip to content

Commit

Permalink
ci: add gofmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Apr 17, 2024
1 parent 55c4101 commit 50fb661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ tasks:
- coverage: |
cd go-smtp
go tool cover -html=coverage.txt -o ~/coverage.html
- gofmt: |
cd go-smtp
test -z $(gofmt -l .)

0 comments on commit 50fb661

Please sign in to comment.