Skip to content

build(deps-dev): bump cspell from 8.0.0 to 8.1.3 #3

build(deps-dev): bump cspell from 8.0.0 to 8.1.3

build(deps-dev): bump cspell from 8.0.0 to 8.1.3 #3

Workflow file for this run

name: check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: "20.x"
- name: Install dependencies
run: npm ci
- name: Check
run: npm run check