Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #100

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6

chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 #100

Workflow file for this run

---
name: Check for spelling with vale
on:
pull_request:
branches:
- main
jobs:
vale:
name: Spelling
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Vale
uses: Consensys/docs-gha/spelling@main
with:
FILEPATHS: "docs"