Skip to content

feat(cli): enhance CLI flexibility and fix option precedence #87

feat(cli): enhance CLI flexibility and fix option precedence

feat(cli): enhance CLI flexibility and fix option precedence #87

Workflow file for this run

name: Format
on:
push:
branches: [ "main", "master" ]
pull_request:
jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Format
run: |
go fmt ./...
git diff --exit-code