mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-11 06:24:24 +00:00
Run Clippy on Windows
This commit is contained in:
parent
6671d3c9a3
commit
32f0a2fc39
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
|
||||
|
||||
- name: clippy
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr
|
||||
|
||||
# Weird targets to catch non-portable code
|
||||
|
Loading…
Reference in New Issue
Block a user