Skip to content

Commit

Permalink
ci: remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
hejkerooo committed Feb 18, 2025
1 parent c41ff32 commit 2f50224
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 39 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/build.yml

This file was deleted.

5 changes: 4 additions & 1 deletion consensus.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
</script>

<script type="text/html" data-template-name="consensus">
<p>Checks if consensus was reached for given voting round.</p>
<div class="form-row">
<label for="node-input-ewxConfig"><i class="fa fa-tag"></i> EWX Config</label>
<input type="text" id="node-input-ewxConfig" placeholder="EWX Network Config">
</div>
</script>
5 changes: 5 additions & 0 deletions is-nominated.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@

<script type="text/html" data-template-name="is-nominated">
<p>Checks if worker is nominated.</p>

<div class="form-row">
<label for="node-input-ewxConfig"><i class="fa fa-tag"></i> EWX Config</label>
<input type="text" id="node-input-ewxConfig" placeholder="EWX Network Config">
</div>
</script>

0 comments on commit 2f50224

Please sign in to comment.