Skip to content

fix: close QUIC streams after receiving FIN #194

fix: close QUIC streams after receiving FIN

fix: close QUIC streams after receiving FIN #194

Workflow file for this run

name: lint
on:
pull_request:
merge_group:
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 2 # In PR, has extra merge commit: ^1 = PR, ^2 = base
- name: Check NPH formatting
uses: arnetheduck/nph-action@v1
with:
version: 0.7.0
options: "./. *.nim*"
fail: true
suggest: true
- name: Check License Header
uses: apache/skywalking-eyes/header@v0.8.0
with:
config: .github/.licenserc.yaml