Skip to content

engine: fix stats reporting #232

engine: fix stats reporting

engine: fix stats reporting #232

Workflow file for this run

---
name: golangci-lint
"on":
push:
tags:
- v*
paths:
- '**.go'
- .golangci.yml
- .github/workflows/golangci-lint.yml
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '>=1.24'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1.6