Skip to content

fix flakey tests (#35) #115

fix flakey tests (#35)

fix flakey tests (#35) #115

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: setup go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: run golangci-lint
uses: golangci/golangci-lint-action@v7