Skip to content

Update email to [email protected]

Update email to [email protected] #43

name: Format checker
on: push
jobs:
gofmt:
name: gofmt
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Run gofmt
run: gofmt -s -w .
- name: Ensure gofmt matches
run: git diff --color --exit-code