Skip to content

Bump actions/stale from 10.1.1 to 10.2.0 #975

Bump actions/stale from 10.1.1 to 10.2.0

Bump actions/stale from 10.1.1 to 10.2.0 #975

Workflow file for this run

name: Codespell
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
jobs:
spell-check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
-
name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
-
name: Spell-Checking
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 #v2.2
with:
ignore_words_file: .codespellignore