Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Client and server from Earthstar tutorial #2

Client and server from Earthstar tutorial

Client and server from Earthstar tutorial #2

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
- run: npm ci --no-audit
- run: npm run lint --if-present
- run: npm test
- run: npm run build --if-present
env:
CI: true