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 035e8fc commit cc1f70eCopy full SHA for cc1f70e
.github/workflows/ci.yml
@@ -144,3 +144,19 @@ jobs:
144
tool: cargo-machete
145
- name: cargo machete
146
run: cargo machete
147
+ cargo-workspace-lints:
148
+ continue-on-error: true
149
+ runs-on: ubuntu-latest
150
+ steps:
151
+ - uses: actions/checkout@v4
152
+ with:
153
+ submodules: true
154
+ - uses: actions-rs/toolchain@v1
155
156
+ toolchain: stable
157
+ override: true
158
+ - uses: taiki-e/install-action@v2
159
160
+ tool: cargo-workspace-lints
161
+ - name: cargo workspace-lints
162
+ run: cargo workspace-lints
0 commit comments