Skip to content

CPEX-0045 doc updates: IsoParametric SolutionInterpolation_t, variabl… #213

CPEX-0045 doc updates: IsoParametric SolutionInterpolation_t, variabl…

CPEX-0045 doc updates: IsoParametric SolutionInterpolation_t, variabl… #213

Workflow file for this run

# GitHub Action to automate the identification of common misspellings in text files
# https://github.com/codespell-project/codespell
# https://github.com/codespell-project/actions-codespell
#
# uses ".codespellrc" for configuration
#
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master