Skip to content

Document constrained multipart parsing (#12) #12

Document constrained multipart parsing (#12)

Document constrained multipart parsing (#12) #12

Workflow file for this run

name: Typos
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
typos:
name: Check typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@master