Skip to content

nostr git config: remove flaky relay #28

nostr git config: remove flaky relay

nostr git config: remove flaky relay #28

Workflow file for this run

name: Lint and test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
nodejs: [ 16 ]
steps:
- uses: actions/checkout@v2
# https://github.com/actions/setup-node
- uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.nodejs }}
- run: yarn install
- run: yarn add -D esbuild
- run: yarn jest
- run: yarn lint