Skip to content

Moved Dao to Arbitrum #50

Moved Dao to Arbitrum

Moved Dao to Arbitrum #50

Workflow file for this run

name: Linter Check
on:
push:
branches:
- main
pull_request:
jobs:
lint-check:
name: Linter Check
runs-on: ubuntu-latest
env:
MAINNET_PRIVATE_KEY: 98cb077f972feb0481f1d894f272c6a1e3c15e272a1658ff716444f465200070
TESTNET_PRIVATE_KEY: 98cb077f972feb0481f1d894f272c6a1e3c15e272a1658ff716444f465200070
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Linter Check
run: yarn lint:check