feat(ci): check deploy markdown correctness#2373
Conversation
|
|
Nice! Works as expected. |
Codecov Report
@@ Coverage Diff @@
## develop #2373 +/- ##
========================================
Coverage 80.14% 80.14%
========================================
Files 77 77
Lines 2458 2458
Branches 450 450
========================================
Hits 1970 1970
Misses 488 488
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
4f5889e to
e04a5d6
Compare
|
Needs a rebase for tests to work |
e04a5d6 to
781d41c
Compare
781d41c to
8b6bcda
Compare
|
This PR has been added to the merge queue, and will be merged soon. |
Adds a step to the contract tests to confirm that the contract deployment docs are up to date. Will only fail if a deployment has been modified but yarn autogen:markdown was not run properly.
Updates the deployments markdown files. Should've been updated after we deployed the Teleportr contracts to Kovan but we didn't have the CI workflow in place to detect that this didn't happen.
14e33f7 to
5b14675
Compare
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
* feat(ci): check deploy markdown correctness Adds a step to the contract tests to confirm that the contract deployment docs are up to date. Will only fail if a deployment has been modified but yarn autogen:markdown was not run properly. * maint(ct): update deployments markdown Updates the deployments markdown files. Should've been updated after we deployed the Teleportr contracts to Kovan but we didn't have the CI workflow in place to detect that this didn't happen.
## Overview Adds the consistency check for the L1 origin during the sequencer actor's block building routine. closes #2370
Description
Adds a step to the contract tests to confirm that the contract
deployment docs are up to date. Will only fail if a deployment has been
modified but yarn autogen:markdown was not run properly.