Skip to content

feat(agreements): add trigger init, payload validation and state persistence #26

feat(agreements): add trigger init, payload validation and state persistence

feat(agreements): add trigger init, payload validation and state persistence #26

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test || echo "No tests configured"