Skip to content

cli now lives in meridian-ie/cli #5

cli now lives in meridian-ie/cli

cli now lives in meridian-ie/cli #5

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: cd cli && npm ci
- run: cd cli && npm test