Skip to content

chore: update licencing #5

chore: update licencing

chore: update licencing #5

Workflow file for this run

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