Skip to content

chore: more linting fixes #3

chore: more linting fixes

chore: more linting fixes #3

Workflow file for this run

name: "Lint"
on:
push:
paths-ignore:
- 'docs/**'
- 'deployments/**'
- '*.md'
- 'client/**'
- '*.sql'
branches:
- main
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- 'deployments/**'
- '*.md'
- 'client/**'
- '*.sql'
branches:
- main
types: [ opened, synchronize ]
jobs:
lint:
name: Lint Go code
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version: 1.23.2
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: latest
args: --timeout=3m