remove clippy :(

Mikayla Maki created

Change summary

.github/workflows/ci.yml | 9 ---------
1 file changed, 9 deletions(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -28,7 +28,6 @@ jobs:
         run: |
           rustup set profile minimal
           rustup update stable
-          rustup component add clippy
           rustup target add wasm32-wasi
 
       - name: Install Node
@@ -40,14 +39,6 @@ jobs:
         uses: actions/checkout@v2
         with:
           clean: false
-          
-      - name: Run clippy
-        run: >
-            cargo clippy --workspace -- 
-            -Dwarnings 
-            -Aclippy::reversed_empty_ranges 
-            -Aclippy::missing_safety_doc 
-            -Aclippy::let_unit_value
             
       - name: Run tests
         run: cargo test --workspace --no-fail-fast