Skip to content

feat: custom fiber error handler #3

feat: custom fiber error handler

feat: custom fiber error handler #3

Workflow file for this run

name: 'GolangCI Lint'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2
with:
golangci_lint_flags: "--tests=false"