Skip to content

Commit

Permalink
Build docs with warnings as errors in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Flo0807 committed Jan 24, 2025
1 parent b683984 commit 7966173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
- name: Compile with warnings as errors
run: mix compile --warnings-as-errors --force

- name: Build docs with warnings as errors
run: mix docs -o /dev/null --warnings-as-errors

- name: Credo
run: mix credo

Expand Down

0 comments on commit 7966173

Please sign in to comment.