Skip to content

Commit

Permalink
Don't lint deps
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 27, 2022
1 parent 8f84dc6 commit e9c2117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
rustup component add clippy --toolchain ${OPENDAL_MSRV}
- name: Check
run: cargo +${OPENDAL_MSRV} clippy --all-targets --all-features -- -D warnings
run: cargo +${OPENDAL_MSRV} clippy --no-deps --all-targets --all-features -- -D warnings

build:
runs-on: ${{ matrix.os }}
Expand Down

1 comment on commit e9c2117

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-1nmqrnkjf-databend.vercel.app
https://opendal-git-msrv-160.vercel.app

Built with commit e9c2117.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.