improvement: add move cell left/right shortcuts of multi-column, various perf improvements #1620
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Typos | |
# Run on pull requests | |
on: | |
pull_request: {} | |
jobs: | |
typos: | |
name: Check for typos | |
runs-on: ubuntu-latest | |
steps: | |
- name: 🛑 Cancel Previous Runs | |
uses: styfle/[email protected] | |
- uses: actions/checkout@v4 | |
- uses: crate-ci/[email protected] |