Skip to content

Add is dry run

Add is dry run #59

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Lint with gofmt
run: test -z $(gofmt -l .)