Skip to content

Harry/text improvement, context wording, for ecosystem bundler, review comments of #9758 addressed here. #2785

Harry/text improvement, context wording, for ecosystem bundler, review comments of #9758 addressed here.

Harry/text improvement, context wording, for ecosystem bundler, review comments of #9758 addressed here. #2785

Workflow file for this run

---
name: Codespell
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Codespell
uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0