Skip to content

fix: return application/problem+json when body is empty (#38) #24

fix: return application/problem+json when body is empty (#38)

fix: return application/problem+json when body is empty (#38) #24

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.24.x
- uses: golangci/golangci-lint-action@v9
with:
version: v2.4.0
args: --timeout 3m --verbose