Skip to content

Don't sell the Hailmaker before development #364

Don't sell the Hailmaker before development

Don't sell the Hailmaker before development #364

Workflow file for this run

name: Spellcheck
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
spellcheck:
name: Spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.0
with:
show-progress: true
- uses: codespell-project/actions-codespell@master
with:
builtin: clear
exclude_file: .github/workflows/codespell.exclude