Skip to content

oBTC-uBTC-to-wBTC-Price #1448

oBTC-uBTC-to-wBTC-Price

oBTC-uBTC-to-wBTC-Price #1448

Workflow file for this run

name: Checks
on:
- pull_request
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
run: npm ci
- name: Run lint
run: npm run lint