Skip to content

Merge pull request #632 from lavanet/CNS-Remove-error #3

Merge pull request #632 from lavanet/CNS-Remove-error

Merge pull request #632 from lavanet/CNS-Remove-error #3

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
args: --print-issued-lines --config .golangci.yml -v