Skip to content

Commit 0dd62c0

Browse files
committed
Auto merge of #16500 - lnicola:clippy-windows, r=lnicola
internal: run Clippy on Windows CC #16413 (comment) ![image](https://github.com/rust-lang/rust-analyzer/assets/308347/3bb4c06b-6388-4b1e-81f5-f0c2fbc3302c)
2 parents 6671d3c + 32f0a2f commit 0dd62c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: target/${{ matrix.target }}/debug/rust-analyzer analysis-stats --with-deps $(rustc --print sysroot)/lib/rustlib/src/rust/library/std
105105

106106
- name: clippy
107-
if: matrix.os == 'ubuntu-latest'
107+
if: matrix.os == 'windows-latest'
108108
run: cargo clippy --all-targets -- -D clippy::disallowed_macros -D clippy::dbg_macro -D clippy::todo -D clippy::print_stdout -D clippy::print_stderr
109109

110110
# Weird targets to catch non-portable code

0 commit comments

Comments
 (0)