Skip to content

Add coerce_response_values option to enable type coercion in response validation #35

Add coerce_response_values option to enable type coercion in response validation

Add coerce_response_values option to enable type coercion in response validation #35

Workflow file for this run

name: CodeSpell
on:
- pull_request
jobs:
codespell:
name: CodeSpell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: CodeSpell
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_file: .codespellignore
exclude_file: examples/openapi3_rails/config/storage.yml,test/data/openapi2/petstore-expanded.json