Skip to content

Call local modules by default #2252

Call local modules by default

Call local modules by default #2252

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run linters
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.54