Skip to content

chore: add CODEOWNERS #10

chore: add CODEOWNERS

chore: add CODEOWNERS #10

Workflow file for this run

name: ci
on:
pull_request:
branches:
- main
jobs:
spelling:
name: ✍️ Spelling Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Spell Check
uses: streetsidesoftware/cspell-action@v6
with:
files: '**/*.md'
config: 'config/cspell.json'