We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65daac commit 1d93730Copy full SHA for 1d93730
.github/workflows/sdk_ci.yml
@@ -35,17 +35,17 @@ jobs:
35
- name: Check formatting
36
run: cargo fmt --check
37
38
- clippy:
39
- name: Clippy
40
- runs-on: ubuntu-latest
41
- steps:
42
- - uses: actions/checkout@v4
43
-
44
- - name: Install the Rust toolchain
45
- uses: actions-rust-lang/setup-rust-toolchain@v1
46
- with:
47
- components: clippy
48
- cache: false
49
50
- - name: Run clippy
51
- run: cargo clippy -- -D warnings
+ # clippy:
+ # name: Clippy
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/checkout@v4
+
+ # - name: Install the Rust toolchain
+ # uses: actions-rust-lang/setup-rust-toolchain@v1
+ # with:
+ # components: clippy
+ # cache: false
+ # - name: Run clippy
+ # run: cargo clippy -- -D warnings
0 commit comments