Skip to content

build(deps-dev): bump electron from 11.2.3 to 22.3.25 in /src #3841

build(deps-dev): bump electron from 11.2.3 to 22.3.25 in /src

build(deps-dev): bump electron from 11.2.3 to 22.3.25 in /src #3841

Workflow file for this run

name: Code quality
on:
push:
paths:
- 'src/**'
- '.github/workflows/lint.yml'
pull_request:
paths:
- 'src/**'
- '.github/workflows/lint.yml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Install packages
working-directory: src
run: |
npm ci
- name: lint extension
working-directory: src
run: |
npm run lint:extension
- name: lint webview
working-directory: src
run: |
npm run lint:webview