Skip to content

Merge pull request #46 from cuducos/user-agent #231

Merge pull request #46 from cuducos/user-agent

Merge pull request #46 from cuducos/user-agent #231

Workflow file for this run

name: Format
on: [push, pull_request]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "1.19"
- run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi