Skip to content

Re-add focus shortcut (F) #296

Re-add focus shortcut (F)

Re-add focus shortcut (F) #296

Workflow file for this run

name: Clippy
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
paths-ignore:
- "**/.md"
env:
CARGO_TERM_COLOR: always
jobs:
build:
name: Clippy (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: true
matrix:
platform: [windows-latest]
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
with:
prefix-key: "clippy-build"
- name: Clippy
run: cargo clippy --all-features