Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madrix01 authored Nov 28, 2021
1 parent 2446f81 commit 5fd2215
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ jobs:
- name: Setup
run: make setup

- name: Go format
run: diff -u <(echo -n) <(gofmt -d ./)

- name: Build
run: make build

0 comments on commit 5fd2215

Please sign in to comment.