Skip to content

Bump electron from 22.3.21 to 22.3.24 #206

Bump electron from 22.3.21 to 22.3.24

Bump electron from 22.3.21 to 22.3.24 #206

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run Linters and TSC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 18.x
cache: "yarn"
- run: yarn install --immutable
- run: yarn run lint
- run: yarn run type-check