Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

multi-gpu-docs

multi-gpu-docs #69

Workflow file for this run

name: Check Spelling
on:
pull_request:
branches:
- main
jobs:
spelling-checker:
name: Check Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
path: docs
# https://github.com/codespell-project/actions-codespell?tab=readme-ov-file#parameter-ignore_words_file
ignore_words_file: .codespellignore