Skip to content

chore: update app icon references and remove old icon #76

chore: update app icon references and remove old icon

chore: update app icon references and remove old icon #76

Workflow file for this run

name: Spell Check
on:
push: null
jobs:
spellcheck:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run cspell
run: bun run format:cspell
env:
CSPELL_WORDS: SUPABASE