Skip to content

Removed unneeded .taskfiles directory, added comments explaining week… #11

Removed unneeded .taskfiles directory, added comments explaining week…

Removed unneeded .taskfiles directory, added comments explaining week… #11

Workflow file for this run

name: Go Lint
on: [push, pull_request]
jobs:
lint:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22.4'
- name: Run golangci-lint
run: |
cd controller
golangci-lint run --timeout=5m