Skip to content

Merge remote-tracking branch 'origin' into feat/bsky-notification-list #14602

Merge remote-tracking branch 'origin' into feat/bsky-notification-list

Merge remote-tracking branch 'origin' into feat/bsky-notification-list #14602

Workflow file for this run

name: CSpell
on:
push:
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Authenticate NPM
uses: DimensionDev/github-token-action@latest
with:
registry: true
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version-file: '.node-version'
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install
- name: Run CSpell
run: npx cspell "**/*"