Skip to content

[core] TermCtl: Drop the "t:" from mode placeholders, allow single ch… #1299

[core] TermCtl: Drop the "t:" from mode placeholders, allow single ch…

[core] TermCtl: Drop the "t:" from mode placeholders, allow single ch… #1299

Workflow file for this run

name: Lint
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- name: check
run: ./check.sh
shell: bash