Skip to content

Commit cc1f70e

Browse files
authored
ci: add check for workspace lints config (#199)
1 parent 035e8fc commit cc1f70e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,19 @@ jobs:
144144
tool: cargo-machete
145145
- name: cargo machete
146146
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+
with:
156+
toolchain: stable
157+
override: true
158+
- uses: taiki-e/install-action@v2
159+
with:
160+
tool: cargo-workspace-lints
161+
- name: cargo workspace-lints
162+
run: cargo workspace-lints

0 commit comments

Comments
 (0)