Skip to content

Allow to pass custom arguments to createLanguage. #22

Allow to pass custom arguments to createLanguage.

Allow to pass custom arguments to createLanguage. #22

Workflow file for this run

name: Spell Check
on:
push:
branches: master
pull_request:
branches: master
workflow_dispatch:
jobs:
testing:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/typos@master