Skip to content

fix: arrows jumping by 2 #304

fix: arrows jumping by 2

fix: arrows jumping by 2 #304

Workflow file for this run

name: cargo fmt -- --check
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup component add rustfmt
- run: cargo fmt -- --check