Skip to content

fix: ignore first inputChange event, fix for #62 #22

fix: ignore first inputChange event, fix for #62

fix: ignore first inputChange event, fix for #62 #22

Workflow file for this run

name: Spell Check Action
on: [pull_request]
jobs:
typos-check:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Check spelling with custom config file
uses: crate-ci/typos@v1.14.8
with:
config: ./typos.toml