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 d82558b commit 1909414Copy full SHA for 1909414
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
ci:
11
name: CI
12
runs-on: ubuntu-latest
13
- needs: [check, ci-linux, ci-clippy, ci-serde]
+ needs: [check, ci-linux, ci-docs-clippy, ci-serde]
14
if: always()
15
steps:
16
- name: Done
0 commit comments