Skip to content

Build(deps-dev): Bump electron from 28.2.2 to 30.0.4 #3892

Build(deps-dev): Bump electron from 28.2.2 to 30.0.4

Build(deps-dev): Bump electron from 28.2.2 to 30.0.4 #3892

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request: {}
jobs:
lint:
name: JS and HBS
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm install
- name: Lint JS
run: pnpm lint:js
- name: Lint HBS
run: pnpm lint:hbs