Skip to content

chore(deps): bump the all group across 1 directory with 2 updates #1711

chore(deps): bump the all group across 1 directory with 2 updates

chore(deps): bump the all group across 1 directory with 2 updates #1711

Workflow file for this run

# Helps catch spelling errors
name: Codespell
on:
pull_request:
permissions: {}
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
with:
skip: .git,_artifacts,*.sum,.golangci.yml
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true