Skip to content

Bump the npm-dependencies group in /npm_and_yarn/helpers with 3 updates #1681

Bump the npm-dependencies group in /npm_and_yarn/helpers with 3 updates

Bump the npm-dependencies group in /npm_and_yarn/helpers with 3 updates #1681

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@v4
- name: Codespell
uses: codespell-project/actions-codespell@v2