Skip to content

fix: add back useragent override #25

fix: add back useragent override

fix: add back useragent override #25

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- "master"
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v8
with:
# https://github.com/golangci/golangci-lint/releases/tag/v2.6.0
version: v2.6.0