Skip to content

Add create TRSP solver function #453

Add create TRSP solver function

Add create TRSP solver function #453

name: Check spelling
permissions:
contents: read
env:
CLICOLOR: 1
TYPOS_CFG: ${{ github.workspace }}/.typos.toml
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout IBCDFO repository
uses: actions/checkout@v6
- name: Spell Check Repo
uses: crate-ci/typos@v1.44.0
with:
config: ${{ env.TYPOS_CFG }}