Skip to content

Refactor for testnet #152

Refactor for testnet

Refactor for testnet #152

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: 18
cache: npm
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint