Add toast feedback and linter
This commit is contained in:
parent
c5ee4bfd06
commit
5197847e1e
7 changed files with 54 additions and 6 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -63,6 +63,8 @@ jobs:
|
|||
run: yarn && yarn postinstall
|
||||
- name: Build WebUI
|
||||
run: yarn build
|
||||
- name: Run linter
|
||||
run: yarn lint
|
||||
- name: Get current block
|
||||
id: getBlockHeight
|
||||
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue