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

Fix globalShortcut overriding other apps' keyboard shortcuts #40

Fix globalShortcut overriding other apps' keyboard shortcuts

Fix globalShortcut overriding other apps' keyboard shortcuts #40

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