Skip to content

Fix non-deterministic shard rendering (#76) #186

Fix non-deterministic shard rendering (#76)

Fix non-deterministic shard rendering (#76) #186

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: [main]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v9
with:
version: v2.11.4