Skip to content

Make build image verbose #337

Make build image verbose

Make build image verbose #337

Workflow file for this run

name: Lint (pre-commit)
on:
pull_request:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: v1.19.x
cache: true
- run: go run mage.go lint