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 7f2277b commit 42fa978Copy full SHA for 42fa978
1 file changed
.github/workflows/push.yml
@@ -38,7 +38,7 @@ jobs:
38
submodules: 'true'
39
- uses: ./.github/actions/rust
40
- name: Lint (rustdoc)
41
- run: env RUSTFLAGS="-D warnings" cargo -vv oro doc
+ run: env RUSTFLAGS="-D warnings" RUSTDOCFLAGS="-D warnings" cargo -vv oro doc
42
lint-python:
43
runs-on: ubuntu-latest
44
steps:
0 commit comments