Skip to content

chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 #1898

chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9

chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 #1898

Workflow file for this run

name: Spell Check
on:
pull_request:
branches:
- main
jobs:
check-spell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install cspell
run: npm i -g cspell
- name: Check cspell
run: npm run check-spelling