Skip to content

fix(stacktrace): partial revert of #ad72a71 where we changed the way … #125

fix(stacktrace): partial revert of #ad72a71 where we changed the way …

fix(stacktrace): partial revert of #ad72a71 where we changed the way … #125

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.21
stable: false
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout 120s --max-same-issues 50
- name: Bearer
uses: bearer/bearer-action@v2