Clippppppy

Conrad Irwin created

Change summary

.github/workflows/ci.yml | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -341,6 +341,9 @@ jobs:
         run: |
           cargo build -p zed
 
+      - name: cargo clippy
+        run: ./script/clippy
+
   doctests:
     # Nextest currently doesn't support doctests, so run them separately and in parallel.
     timeout-minutes: 60