Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

[SDK-3777] feat: ably-js peerDependency #94

[SDK-3777] feat: ably-js peerDependency

[SDK-3777] feat: ably-js peerDependency #94

Workflow file for this run

name: Build and test
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm run lint
- run: npm run format:check
- run: npm run test