Skip to content

fix(beinleumi): allow scraping older transactions (#896) #1472

fix(beinleumi): allow scraping older transactions (#896)

fix(beinleumi): allow scraping older transactions (#896) #1472

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run npm install
run: npm install
- name: Run lint
run: npm run lint