Skip to content

feat(analyzer): improve err handling a bit #681

feat(analyzer): improve err handling a bit

feat(analyzer): improve err handling a bit #681

Workflow file for this run

name: golangci-lint
on:
push:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.0