Skip to content

build(deps): Bump actions/checkout from 7.0.0 to 7.0.1 in the github_action-dependencies group across 1 directory #1094

build(deps): Bump actions/checkout from 7.0.0 to 7.0.1 in the github_action-dependencies group across 1 directory

build(deps): Bump actions/checkout from 7.0.0 to 7.0.1 in the github_action-dependencies group across 1 directory #1094

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@3d3c42e5aac5ba805825da76410c181273ba90b1 #v7.0.1
-
name: Spell-Checking
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 #v2.2
with:
ignore_words_file: .codespellignore