Skip to content

Update codespell-project/actions-codespell digest to 8f01853 #384

Update codespell-project/actions-codespell digest to 8f01853

Update codespell-project/actions-codespell digest to 8f01853 #384

Workflow file for this run

name: spellcheck
on:
push:
branches:
- develop
pull_request:
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2
with:
check_filenames: true
check_hidden: true