Skip to content

build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 #2250

build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1

build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 #2250

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on: [ pull_request ]
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true