Skip to content

feat: ReadDir() circuit breaker #47

feat: ReadDir() circuit breaker

feat: ReadDir() circuit breaker #47

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s --verbose