diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a4aee4802..4babe36327 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,25 +45,25 @@ jobs: command: fmt args: --all -- --check - clippy: - name: Clippy - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - name: Install LLVM - run: sudo ./ci/install-llvm.sh 8 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - - run: rustup component add clippy - - uses: actions-rs/cargo@v1 - name: update cargo (needed for Inkwell) - with: - command: update - - uses: actions-rs/cargo@v1 - name: cargo clippy - with: - command: clippy - args: -- -D warnings + # clippy: + # name: Clippy + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v1 + # - name: Install LLVM + # run: sudo ./ci/install-llvm.sh 8 + # - uses: actions-rs/toolchain@v1 + # with: + # profile: minimal + # toolchain: stable + # override: true + # - run: rustup component add clippy + # - uses: actions-rs/cargo@v1 + # name: update cargo (needed for Inkwell) + # with: + # command: update + # - uses: actions-rs/cargo@v1 + # name: cargo clippy + # with: + # command: clippy + # args: -- -D warnings