Skip to content

Fix malformed array literal cause by Contains & ContainedBy functions #46

Fix malformed array literal cause by Contains & ContainedBy functions

Fix malformed array literal cause by Contains & ContainedBy functions #46

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
golangci-lint:
name: runner / golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21.1'
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1