Skip to content

Merge branch 'development' into ubq-development #31

Merge branch 'development' into ubq-development

Merge branch 'development' into ubq-development #31

Workflow file for this run

name: Spell Check
on:
push:
jobs:
spellcheck:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install cspell
run: bun add cspell
- name: Run cspell
run: bun run format:cspell