Skip to content

Halo: Return etherAddress from sign command and update docs #983

Halo: Return etherAddress from sign command and update docs

Halo: Return etherAddress from sign command and update docs #983

Workflow file for this run

name: Check libhalo.js
on:
push:
paths-ignore:
- 'README.md'
- 'cli/README.md'
- 'docs/**'
pull_request:
paths-ignore:
- 'README.md'
- 'cli/README.md'
- 'docs/**'
branches:
- master
jobs:
check_js_lib:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install Node.JS
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies (root)
run: |
npm --include=dev ci
- name: Run webpack
run: |
cd web
webpack