Skip to content

refactor: add constant and disable the gomnd linter #211

refactor: add constant and disable the gomnd linter

refactor: add constant and disable the gomnd linter #211

Workflow file for this run

on: [push, pull_request]
jobs:
go-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.18'
- uses: golangci/golangci-lint-action@v3