Skip to content

Commit

Permalink
chore: cspell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Nov 7, 2024
1 parent 02e39b1 commit 8dba01f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: oven-sh/setup-bun@v2

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.10.0"

- name: Install cspell
run: yarn add cspell
run: bun add -D cspell

- name: Run cspell
run: yarn format:cspell
run: bun format:cspell

0 comments on commit 8dba01f

Please sign in to comment.