Skip to content

chore(deps): bump express from 4.19.2 to 4.21.0 #49

chore(deps): bump express from 4.19.2 to 4.21.0

chore(deps): bump express from 4.19.2 to 4.21.0 #49

Workflow file for this run

---
name: Check for spelling with vale
on:
pull_request:
branches:
- main
- vale
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:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}