Skip to content

Add nil check in ErrorResponse.Error method #2220

Add nil check in ErrorResponse.Error method

Add nil check in ErrorResponse.Error method #2220

Workflow file for this run

on: [push, pull_request]
name: linter
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.x
cache-dependency-path: "**/go.sum"
- run: script/lint.sh