Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Feb 26, 2024
1 parent 3d1d1b0 commit 0add427
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 @@ -15,6 +15,9 @@ jobs:
with:
run: |
make convention
echo '====='
gofmt -d .
echo '====='
test "$(gofmt -l . | wc -l)" = 0 # TODO: use gofmt linter
test:
uses: mackerelio/workflows/.github/workflows/go-test.yml@v1.1.0
Expand Down

0 comments on commit 0add427

Please sign in to comment.