Skip to content

chore(dev-deps): update dependency cspell to v8.17.2 #2112

chore(dev-deps): update dependency cspell to v8.17.2

chore(dev-deps): update dependency cspell to v8.17.2 #2112

Workflow file for this run

name: Test JS
on:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
test_js:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run test:js-run
- uses: codecov/codecov-action@v5