Skip to content

feat: new blog post #59

feat: new blog post

feat: new blog post #59

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