Skip to content

fix application quit via shortcut #260

fix application quit via shortcut

fix application quit via shortcut #260

Workflow file for this run

name: NPM Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: 'Checkout code'
uses: actions/checkout@v4
- name: 'Use Node.js'
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: 'Install npm dependencies'
run: npm ci
- name: 'Run linter'
run: npm run lint