Skip to content

[codex] Improve Content-Disposition parameter parsing #6

[codex] Improve Content-Disposition parameter parsing

[codex] Improve Content-Disposition parameter parsing #6

Workflow file for this run

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