Skip to content

fix: headers leaked during interruptions at phase 3/4 (port) (#166) #344

fix: headers leaked during interruptions at phase 3/4 (port) (#166)

fix: headers leaked during interruptions at phase 3/4 (port) (#166) #344

Workflow file for this run

name: Lint (pre-commit)
on:
pull_request:
push:
branches:
- "main"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: v1.21.x
cache: true
- run: go run mage.go lint