-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2b6f476
commit cdb8070
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,20 @@ jobs: | |
run: npx hardhat coverage --sources XdefiToCtrlMigration.sol | ||
working-directory: ./migration | ||
|
||
- name: Markdown autodocs | ||
- uses: dineshsonachalam/[email protected] | ||
with: | ||
# Optional, but recommended | ||
# Defaults to "Apply automatic changes" | ||
commit_message: Updated results | ||
|
||
# Optional output file paths, defaults to '[./README.md]'. | ||
output_file_paths: '[./README.md]' | ||
|
||
# Categories to automatically sync or transform its contents in the markdown files. | ||
# Defaults to '[code-block,json-to-html-table,workflow-artifact-table]' | ||
categories: '[code-block,json-to-html-table,workflow-artifact-table]' | ||
|
||
env: | ||
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} | ||
BOB_PRIVATE_KEY: ${{ secrets.BOB_PRIVATE_KEY }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters