Skip to content

eventlog: adjust limit default to abs(after) when after is negative #481

eventlog: adjust limit default to abs(after) when after is negative

eventlog: adjust limit default to abs(after) when after is negative #481

Workflow file for this run

name: Lint code
on:
push:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.21.6'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55
args: --timeout=4m