Skip to content

test: checkout code first, to use the go.mod file #16

test: checkout code first, to use the go.mod file

test: checkout code first, to use the go.mod file #16

Workflow file for this run

name: Lint
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Lint
run: go run mage.go lint