Skip to content

Bump the npm-deps group with 3 updates #95

Bump the npm-deps group with 3 updates

Bump the npm-deps group with 3 updates #95

Workflow file for this run

---
name: ci
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
validation:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: eslint
run: npx eslint --ignore-path .eslintignore .
- name: cspell
run: npx cspell *.js *.md