Skip to content

Bump @npmcli/arborist from 7.5.1 to 7.5.2 in /npm_and_yarn/helpers in the npm-dependencies group #2662

Bump @npmcli/arborist from 7.5.1 to 7.5.2 in /npm_and_yarn/helpers in the npm-dependencies group

Bump @npmcli/arborist from 7.5.1 to 7.5.2 in /npm_and_yarn/helpers in the npm-dependencies group #2662

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