Skip to content

feat: opt exclude domain #99

feat: opt exclude domain

feat: opt exclude domain #99

Workflow file for this run

name: Run linters
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: go mod download
- uses: golangci/golangci-lint-action@v3
with:
skip-cache: true
skip-pkg-cache: true