Skip to content

wait for goroutines to finish (#423) #9234

wait for goroutines to finish (#423)

wait for goroutines to finish (#423) #9234

name: ci-ristretto-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
go-lint:
if: github.event.pull_request.draft == false
name: lint
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: golang-lint
env:
# prevent OOM
GOGC: 10
uses: golangci/golangci-lint-action@v6
with:
version: latest
only-new-issues: true
args: --timeout=10m