Skip to content

chore(deps): update dependency cspell to v7 #96

chore(deps): update dependency cspell to v7

chore(deps): update dependency cspell to v7 #96

Workflow file for this run

name: main
on:
- pull_request
- push
jobs:
main:
name: Spell Check and Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/gallium
- run: npm install
- run: npm test