Skip to content

Bring up to date - switch to Go modules, add GitHub actions etc. #2

Bring up to date - switch to Go modules, add GitHub actions etc.

Bring up to date - switch to Go modules, add GitHub actions etc. #2

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
build:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- run: make lint