Skip to content

fix: Remove redundant check for b.metrics before calling method #28

fix: Remove redundant check for b.metrics before calling method

fix: Remove redundant check for b.metrics before calling method #28

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3