Skip to content

Bump cspell from 7.3.8 to 8.6.1 #105

Bump cspell from 7.3.8 to 8.6.1

Bump cspell from 7.3.8 to 8.6.1 #105

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
code-scanning:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: MegaLinter
uses: oxsecurity/megalinter@v7.3.0