Skip to content

Merge pull request #5200 from Roardom/fix-application-image-proofs-un… #2409

Merge pull request #5200 from Roardom/fix-application-image-proofs-un…

Merge pull request #5200 from Roardom/fix-application-image-proofs-un… #2409

Workflow file for this run

name: Check Spelling
on: [ push, pull_request ]
jobs:
spellcheck:
strategy:
matrix:
operating-system:
- ubuntu-24.04
name: ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run CSpell
uses: streetsidesoftware/cspell-action@v6
with:
incremental_files_only: false