a go dns packet parser
at main 238 B view raw
1when: 2 - event: ["push", "pull_request"] 3 branch: ["main"] 4 5dependencies: 6 nixpkgs: 7 - go 8 9steps: 10 - name: "go fmt" 11 command: | 12 unformatted=$(gofmt -l .) 13 test -z "$unformatted" || (echo "$unformatted" && exit 1)