Skip to content

feat(linter): introduces linter to check for problematic code (#41) #159

feat(linter): introduces linter to check for problematic code (#41)

feat(linter): introduces linter to check for problematic code (#41) #159

Workflow file for this run

on: [push, pull_request]
name: controller-build
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19.x
- run: make