Skip to content

Copy whole row joined with tabs when cell not selected #92

Copy whole row joined with tabs when cell not selected

Copy whole row joined with tabs when cell not selected #92

Workflow file for this run

name: lint
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Format
run: cargo fmt --check
- name: Clippy
run: cargo clippy -- -Dwarnings