Skip to content

CU-86duf6rpu - BSEthereum - Implement a new ExplorerService to NeoX u… #237

CU-86duf6rpu - BSEthereum - Implement a new ExplorerService to NeoX u…

CU-86duf6rpu - BSEthereum - Implement a new ExplorerService to NeoX u… #237

Workflow file for this run

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Rush Install
run: node common/scripts/install-run-rush.js update
- name: Rush rebuild
run: node common/scripts/install-run-rush.js rebuild --verbose