Skip to content

Missing kind port for test registry (#90) #394

Missing kind port for test registry (#90)

Missing kind port for test registry (#90) #394

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
tags:
- 'v*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Go
uses: actions/setup-go@v3
with:
go-version-file: go.mod
- name: Run linters
run: make lint