Skip to content

fix(openapi): Fix codegen artifacts in schemas (#2271) #337

fix(openapi): Fix codegen artifacts in schemas (#2271)

fix(openapi): Fix codegen artifacts in schemas (#2271) #337

Workflow file for this run

name: Spell check
on:
pull_request:
push:
branches:
- master
jobs:
spell_check:
name: Spell check
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Check spelling with typos
uses: crate-ci/typos@v1.43.5