Skip to content

feat: update api path and keep alive #4476

feat: update api path and keep alive

feat: update api path and keep alive #4476

Workflow file for this run

name: gofmt
# We only want one run of this on a branch
# if you push another commit the previous run should cancel
concurrency:
group: "gofmt-${{ github.ref }}"
cancel-in-progress: true
on:
pull_request:
merge_group:
jobs:
gofmt:
name: gofmt
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
- uses: actions/checkout@v3
- run: scripts/generate-kurtosis-version.sh
- uses: Jerome1337/gofmt-action@v1.0.5
with:
gofmt-path: './'
gofmt-flags: '-l -d -s'