Change to LnBridge for transfering RING from Ethereum to Arbitrum #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build: | |
name: CI | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install | |
run: npm install | |
- name: Lint and Test | |
run: | | |
npm run lint | |
npm run test | |
- name: Build | |
run: | | |
npm run build:apps | |
npm run build:apps:test |