Skip to content

Lint

Lint #4

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- main
- release/**
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22.2"
- name: Run Linter
run: make lint