Skip to content

always emit header when forced #506

always emit header when forced

always emit header when forced #506

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v7
with:
go-version: 1.26
- uses: actions/checkout@v7
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest