Skip to content

Merge pull request #1391 from swirlai/ds-2484-note #71

Merge pull request #1391 from swirlai/ds-2484-note

Merge pull request #1391 from swirlai/ds-2484-note #71

Workflow file for this run

name: Check Spelling
# Trigger to only run this workflow automatically on docs/ directory changes
on:
push:
branches:
- "main"
paths:
- "docs/**"
# Allows manual run of this workflow from the Actions tab (on any branch)
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Spelling
uses: crate-ci/typos@master # From here: https://github.com/crate-ci/typos
with:
config: ./.github/workflows/typos.toml
write_changes: true # Writes changes on the Action's local checkout