Skip to content

Commit c9cfad3

Browse files
committed
chore: add solidity-docgen test step to github actions
1 parent 00adbe4 commit c9cfad3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
env:
6262
POLYGON_URL: ${{ secrets.POLYGON_URL }}
6363

64+
- name: Test solidity-docgen builds
65+
run: yarn doc
66+
6467
- name: Deploy contract
6568
run: yarn hardhat --network hardhat deployOffsetHelper --verify false
6669
env:

0 commit comments

Comments
 (0)