Skip to content

fix: add nolint directives for Criterias misspelling warnings #2131

fix: add nolint directives for Criterias misspelling warnings

fix: add nolint directives for Criterias misspelling warnings #2131

Workflow file for this run

---
name: Go
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: v2.1.6
args: --verbose
- name: Test
run: |
go test -v ./...