Add toast feedback and linter

This commit is contained in:
Djuri 2023-11-21 21:22:29 +01:00
parent c5ee4bfd06
commit 5197847e1e
7 changed files with 54 additions and 6 deletions

View file

@ -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