Skip to content

fix: add conditions of [control+w], add shortcut control+n,p,h,b,f #2075

fix: add conditions of [control+w], add shortcut control+n,p,h,b,f

fix: add conditions of [control+w], add shortcut control+n,p,h,b,f #2075

Workflow file for this run

name: KE-complex_modifications CI
on: [push, pull_request]
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: rebuild
run: make rebuild
- name: check uncommitted changes
run: bash scripts/check-uncommitted-changes.sh
- name: tests
run: make -C tests