Skip to content

feat: HTTP/1.1 chunked transfer encoding #37

feat: HTTP/1.1 chunked transfer encoding

feat: HTTP/1.1 chunked transfer encoding #37

Workflow file for this run

name: Build
on:
pull_request:
jobs:
build:
uses: mvslovers/mbt/.github/workflows/build.yml@main
with:
incremental: ${{ github.event_name == 'pull_request' }}
base_sha: ${{ github.event.pull_request.base.sha || '' }}