Skip to content

Commit

Permalink
Merge pull request naymspace#799 from naymspace/feature/build-docs-in-ci
Browse files Browse the repository at this point in the history
Build docs with warnings as errors in ci
  • Loading branch information
Flo0807 authored Jan 24, 2025
2 parents b89cb87 + 686f671 commit 724975b
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 --warnings-as-errors

- name: Credo
run: mix credo

Expand Down

0 comments on commit 724975b

Please sign in to comment.