Skip to content

Unit tests for RuleToAction #36

Unit tests for RuleToAction

Unit tests for RuleToAction #36

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.19.1'
- run: npm ci
- run: npm run lint:check
- run: npm run build
- run: npm test