about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-02-06 10:08:45 +0000
committerbors <bors@rust-lang.org>2024-02-06 10:08:45 +0000
commit0dd62c0d59eb7bad79ce620cca7ce894ae014fb5 (patch)
tree58bc5fe811cbed735128b6532085abdcba3666d6
parent6671d3c9a3a1b0f9eeb96904e06a2abf7adf88a9 (diff)
parent32f0a2fc39508a1c88842f2d218f3f928da4b32b (diff)
downloadrust-0dd62c0d59eb7bad79ce620cca7ce894ae014fb5.tar.gz
rust-0dd62c0d59eb7bad79ce620cca7ce894ae014fb5.zip
Auto merge of #16500 - lnicola:clippy-windows, r=lnicola
internal: run Clippy on Windows

CC https://github.com/rust-lang/rust-analyzer/pull/16413#issuecomment-1927592897

![image](https://github.com/rust-lang/rust-analyzer/assets/308347/3bb4c06b-6388-4b1e-81f5-f0c2fbc3302c)
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 8937a440993..0140bce13a4 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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