Skip to content

Refactor response structs (#7) #23

Refactor response structs (#7)

Refactor response structs (#7) #23

Workflow file for this run

name: Golangci-lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54