Skip to content

feat(terminal): enable IME input for CJK and composed text #353

feat(terminal): enable IME input for CJK and composed text

feat(terminal): enable IME input for CJK and composed text #353

Workflow file for this run

name: Security Audit
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 2 * * *'
permissions:
contents: read
jobs:
cargo-deny:
permissions:
checks: write
contents: read
issues: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: dtolnay/rust-toolchain@stable
- uses: EmbarkStudios/cargo-deny-action@v2