Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Add the deprecation notice (#1822) #8

Add the deprecation notice (#1822)

Add the deprecation notice (#1822) #8

Workflow file for this run

name: Typo Check
on:
merge_group:
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
push:
branches:
- main
jobs:
typos:
name: Spell Check with Typos
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use typos with config file
uses: crate-ci/[email protected]
with:
config: .github/workflows/config/typos.toml