Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Typescript electron builder config #39

Typescript electron builder config

Typescript electron builder config #39

Workflow file for this run

name: Pull Request
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
rome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: yarn
- name: install deps
run: yarn --immutable
- name: lint && format
run: yarn ci