Skip to content

dependabot(deps): bump golang.org/x/text from 0.10.0 to 0.11.0 #3959

dependabot(deps): bump golang.org/x/text from 0.10.0 to 0.11.0

dependabot(deps): bump golang.org/x/text from 0.10.0 to 0.11.0 #3959

Workflow file for this run

name: Codespell
on:
pull_request:
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@master
with:
skip: .git,_artifacts,*.sum
ignore_words_file: .codespellignore
check_filenames: true
check_hidden: true