Skip to content

feat: Find finalization tx using monitoring indexer. (#91) #230

feat: Find finalization tx using monitoring indexer. (#91)

feat: Find finalization tx using monitoring indexer. (#91) #230

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Check codebase linting
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check codebase linting
run: |
yarn lint