Skip to content

Merge pull request #315 from cuducos/dependabot/go_modules/golang.org… #1226

Merge pull request #315 from cuducos/dependabot/go_modules/golang.org…

Merge pull request #315 from cuducos/dependabot/go_modules/golang.org… #1226

Workflow file for this run

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