Skip to content

Electron App: fix autoUpdater to actually install on quit (#551) #1206

Electron App: fix autoUpdater to actually install on quit (#551)

Electron App: fix autoUpdater to actually install on quit (#551) #1206

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up corepack
run: corepack enable yarn
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v6
with:
node-version: 22
cache: 'yarn'
- name: Yarn Install
run: yarn install --immutable
- name: Yarn Lint
run: yarn lint