Skip to content

feat(desktop): add BrowserWindow IME and composition events #10022

feat(desktop): add BrowserWindow IME and composition events

feat(desktop): add BrowserWindow IME and composition events #10022

Workflow file for this run

# GENERATED BY ./pr.ts -- DO NOT DIRECTLY EDIT
#
# WARNING: This workflow runs in the context of the base repository so the
# GITHUB_TOKEN it has access to has full write permissions to the repository.
name: pr
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
main:
name: lint title
runs-on: ubuntu-latest
steps:
- name: Install Deno
uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282
with:
deno-version: canary
- name: Lint
env:
PR_TITLE: '${{ github.event.pull_request.title }}'
run: 'deno run https://raw.githubusercontent.com/denoland/deno/refs/heads/main/tools/verify_pr_title.js "$PR_TITLE"'
# gagen:pin denoland/setup-deno@v2 = 667a34cdef165d8d2b2e98dde39547c9daac7282