Skip to content

only trigger deprecation warnings for non-empty attributes (#5) #28

only trigger deprecation warnings for non-empty attributes (#5)

only trigger deprecation warnings for non-empty attributes (#5) #28

Workflow file for this run

name: Lint code
on:
push:
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: false # Let golangcilint handle caching
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61
args: --timeout=4m