Skip to content

content(npm-i-everything): fix url typo #74

content(npm-i-everything): fix url typo

content(npm-i-everything): fix url typo #74

Workflow file for this run

name: Spell-check
on:
pull_request:
paths:
- "**.md"
push:
paths:
- "**.md"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check spelling
uses: streetsidesoftware/cspell-action@v5
with:
files: "**/*.md"
verbose: true