Skip to content

Commit

Permalink
Add CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoch committed Feb 10, 2025
1 parent d32652b commit 0dcec27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,14 @@ jobs:
- run: pnpm install

- run: pnpm format:check

cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version-file: .node_version

- run: npx cspell --no-progress '**'

0 comments on commit 0dcec27

Please sign in to comment.