Skip to content

chore(deps-dev): bump cspell from 8.16.0 to 8.17.3 #668

chore(deps-dev): bump cspell from 8.16.0 to 8.17.3

chore(deps-dev): bump cspell from 8.16.0 to 8.17.3 #668

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
push:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-format:
name: Lint and format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20.9.0
- run: npm ci
- run: npm run lint
- run: npm run format
- run: npm run cspell