Fix lint
This commit is contained in:
parent
143a36642d
commit
cea450ba82
@ -6,7 +6,8 @@ node_modules
|
|||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
!.env.example
|
!.env.example
|
||||||
|
dist
|
||||||
|
build_gz
|
||||||
# Ignore files for PNPM, NPM and YARN
|
# Ignore files for PNPM, NPM and YARN
|
||||||
pnpm-lock.yaml
|
pnpm-lock.yaml
|
||||||
package-lock.json
|
package-lock.json
|
||||||
|
5
.github/workflows/workflow.yml
vendored
5
.github/workflows/workflow.yml
vendored
@ -61,10 +61,11 @@ jobs:
|
|||||||
make dist
|
make dist
|
||||||
- name: Install yarn
|
- name: Install yarn
|
||||||
run: yarn && yarn postinstall
|
run: yarn && yarn postinstall
|
||||||
- name: Build WebUI
|
|
||||||
run: yarn build
|
|
||||||
- name: Run linter
|
- name: Run linter
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
- name: Build WebUI
|
||||||
|
run: yarn build
|
||||||
|
|
||||||
- name: Get current block
|
- name: Get current block
|
||||||
id: getBlockHeight
|
id: getBlockHeight
|
||||||
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
Reference in New Issue
Block a user