Skip to content

fixing Github action to Build and deploy documentation properly #140

fixing Github action to Build and deploy documentation properly

fixing Github action to Build and deploy documentation properly #140

Workflow file for this run

name: Spell Check
on: [push, pull_request]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
- name: Run codespell
uses: codespell-project/actions-codespell@v2