Merge pull request #13 from ucan-wg/justincjohnson/more-github-workflow

chore: Check file format in GitHub workflow
This commit is contained in:
Justin Johnson
2022-03-26 05:59:55 -05:00
committed by GitHub

View File

@@ -23,3 +23,5 @@ jobs:
go env
- name: Run tests
run: go test -v ./...
- name: Check formatted
run: "! gofmt -l ."