Skip to content

http: Fix encoding issue in raw file handler #10087

http: Fix encoding issue in raw file handler

http: Fix encoding issue in raw file handler #10087

Workflow file for this run

name: check
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "20.9.0"
- uses: actions/checkout@v4
- run: npm ci
- run: npm run check