Skip to content

chore(deps): update dependency fathom-client to v3.7.0 - autoclosed #2480

chore(deps): update dependency fathom-client to v3.7.0 - autoclosed

chore(deps): update dependency fathom-client to v3.7.0 - autoclosed #2480

Workflow file for this run

name: 'Check: Spelling'
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize]
jobs:
spelling-check:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Check spelling
run: bun run cspell