Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

chore(deps-dev): bump electron from 13.6.6 to 24.1.3 #611

chore(deps-dev): bump electron from 13.6.6 to 24.1.3

chore(deps-dev): bump electron from 13.6.6 to 24.1.3 #611

Workflow file for this run

name: lint
on: push
jobs:
lint:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v3
with:
node-version: "15"
- name: Install dependencies
run: yarn
- name: Run eslinter
run: yarn lint