Skip to content

Improve timeout handling in IPFSBlockStorage methods #10

Improve timeout handling in IPFSBlockStorage methods

Improve timeout handling in IPFSBlockStorage methods #10

Workflow file for this run

---
name: Run Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint