Skip to content

Commit eef6c3c

Browse files
CI: build does using --warnings-as-error ExDoc flag (#14485)
1 parent 88a5bec commit eef6c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
../elixir/bin/mix do local.rebar --force + local.hex --force + deps.get + compile
8686
cd ../elixir/
8787
git fetch --tags
88-
make docs
88+
DOCS_OPTIONS="--warnings-as-errors" make docs
8989
- name: Check reproducible builds
9090
if: ${{ matrix.deterministic }}
9191
run: |

0 commit comments

Comments
 (0)