Skip to content

Add Home & End Key support for the command bar #15

Add Home & End Key support for the command bar

Add Home & End Key support for the command bar #15

Workflow file for this run

name: rustfmt
on:
pull_request:
branches: [ "main" ]
jobs:
fmt-check:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run rustfmt
run: |
cargo fmt --all -- --check