Skip to content

fix: ensure fallback to accent color for active indicator #247

fix: ensure fallback to accent color for active indicator

fix: ensure fallback to accent color for active indicator #247

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
clippy:
strategy:
matrix:
target: [windows-latest, macos-latest]
runs-on: ${{ matrix.target }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
- run: cargo clippy --all-targets --all-features -- -D warnings