Skip to content

Merge pull request #1190 from carapace-sh/autofix-lint-hints #1505

Merge pull request #1190 from carapace-sh/autofix-lint-hints

Merge pull request #1190 from carapace-sh/autofix-lint-hints #1505

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v6
with:
go-version: '1.24'
cache: false
- uses: actions/checkout@v6
- name: golangci-lint
uses: golangci/golangci-lint-action@v9