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.
--warnings-as-error
1 parent 88a5bec commit eef6c3cCopy full SHA for eef6c3c
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
../elixir/bin/mix do local.rebar --force + local.hex --force + deps.get + compile
86
cd ../elixir/
87
git fetch --tags
88
- make docs
+ DOCS_OPTIONS="--warnings-as-errors" make docs
89
- name: Check reproducible builds
90
if: ${{ matrix.deterministic }}
91
run: |
0 commit comments