Skip to content

Fix handle panic and add work flow #3

Fix handle panic and add work flow

Fix handle panic and add work flow #3

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: ['main']
permissions:
contents: read
pull-requests: read
checks: write
jobs:
lint:
name: Check lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54