Skip to content

feat!: add disconnectTimeout option to rx-nostr config #410

feat!: add disconnectTimeout option to rx-nostr config

feat!: add disconnectTimeout option to rx-nostr config #410

Workflow file for this run

name: lint and test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ vars.NODE_VERSION }}
registry-url: https://registry.npmjs.org
- uses: crate-ci/typos@master
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build