Skip to content

chore: updated manifest.json and dist build #37

chore: updated manifest.json and dist build

chore: updated manifest.json and dist build #37

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