Skip to content

Fix Windows paths on individual rule tests #503

Fix Windows paths on individual rule tests

Fix Windows paths on individual rule tests #503

Workflow file for this run

name: Clippy
on:
push:
paths:
- '**.rs'
env:
CARGO_TERM_COLOR: always
jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: lint
run: cargo clippy --all-targets --all-features -- -Dwarnings