Skip to content

Merge branch 'develop' into i18next-integration-draft #9

Merge branch 'develop' into i18next-integration-draft

Merge branch 'develop' into i18next-integration-draft #9

Workflow file for this run

name: CI-typos
on: [push, pull_request]
jobs:
spell-check:
name: Spell Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check typos on code
uses: crate-ci/typos@master
with:
config: ./typos.toml