From fc1de24c29125048e65132a7c5b19089c3fa5531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Sun, 22 Nov 2020 21:10:15 +0100 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3ce22f3a0f0ef9cc926c5fdb764aa6cc4bd94145..80da0a5ff7e14f01a613e76ee8e3abe5afb2f954 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -27,6 +27,9 @@ jobs: - name: Check out code uses: actions/checkout@v2 + - name: go fmt + uses: Jerome1337/gofmt-action@v1.0.2 + - name: Build run: make