Skip to content

Add monad settings #973

Add monad settings

Add monad settings #973

Workflow file for this run

name: test
on: push
jobs:
coverage:
name: test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup-node
uses: actions/setup-node@v4
with:
node-version: 20
- name: webfactory/ssh-agent
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PRIVATE_SSH }}
- name: install
run: npm ci