Skip to content

Merge pull request #45 from ubiquity-os-marketplace/development #46

Merge pull request #45 from ubiquity-os-marketplace/development

Merge pull request #45 from ubiquity-os-marketplace/development #46

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