Skip to content

Commit

Permalink
Add doc step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
olich97 committed Dec 7, 2023
1 parent 8a4b871 commit fd02831
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,15 @@ jobs:
with:
coverage-files: ./lcov.info
minimum-coverage: 100 # Set coverage threshold.

docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Build documentation
run: |
forge --version
forge doc

0 comments on commit fd02831

Please sign in to comment.