Skip to content

build(deps): bump electron-updater from 5.2.1 to 6.3.0 #1880

build(deps): bump electron-updater from 5.2.1 to 6.3.0

build(deps): bump electron-updater from 5.2.1 to 6.3.0 #1880

Workflow file for this run

name: Spell Check
on:
pull_request:
branches:
- main
jobs:
check-spell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install cspell
run: npm i -g cspell
- name: Check cspell
run: npm run check-spelling