Skip to content

chore(deps): update dependency cspell to v8.17.1 (#653) #2330

chore(deps): update dependency cspell to v8.17.1 (#653)

chore(deps): update dependency cspell to v8.17.1 (#653) #2330

Workflow file for this run

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
with:
node-version: ${{ matrix.node_version }}
- run: pnpm build
- run: node ./lib/index.js
strategy:
fail-fast: false
matrix:
node_version:
- 18.x
- 22.x
- latest
name: Build
on:
pull_request: ~
push:
branches:
- main