Skip to content

fix(core): useform onFinishUpdate promise settlement #1022

fix(core): useform onFinishUpdate promise settlement

fix(core): useform onFinishUpdate promise settlement #1022

Workflow file for this run

name: Documentation Spell Check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
misspell:
concurrency:
group: ${{ github.ref }}-typos-lint
cancel-in-progress: true
name: Check spelling using typos
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: typos
id: check_for_typos
uses: crate-ci/typos@master
with:
files: ./documentation/docs
config: ./typos.toml