Skip to content

Fix Makefile and Dockerfile #5

Fix Makefile and Dockerfile

Fix Makefile and Dockerfile #5

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v4
with:
args: --timeout=7m