Skip to content

Merge branch 'main' into dependabot/go_modules/golang.org/x/text-0.16.0 #20

Merge branch 'main' into dependabot/go_modules/golang.org/x/text-0.16.0

Merge branch 'main' into dependabot/go_modules/golang.org/x/text-0.16.0 #20

Workflow file for this run

name: golangci-lint
on:
push:
pull_request:
branches:
- "*"
workflow_call:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58