Update go.yml

Michael Muré created

Change summary

.github/workflows/go.yml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

.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