Skip to content

Commit

Permalink
Add goblint-lib-modules.py to docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Aug 18, 2023
1 parent 67dcdfd commit a135dea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Check for undocumented modules
run: python scripts/goblint-lib-modules.py

- name: Set up OCaml ${{ matrix.ocaml-compiler }}
env:
# otherwise setup-ocaml pins non-locked dependencies
Expand Down

0 comments on commit a135dea

Please sign in to comment.