Skip to content

fix Array(Array(Nothing)) #268

fix Array(Array(Nothing))

fix Array(Array(Nothing)) #268

Workflow file for this run

name: spellcheck
on:
pull_request:
push:
branches: [master]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
ignore_words_list: "notIn"
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: crate-ci/typos@master