Skip to content

fix: handle multiple Vary header lines (#33) #78

fix: handle multiple Vary header lines (#33)

fix: handle multiple Vary header lines (#33) #78

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
with:
go-version-file: go.mod
# Golangci-lint action is flaky, so we run it manually
- name: Run golangci-lint
shell: bash
run: |
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1.2
make lint