Skip to content

fix: isASignal function renamed to isSignal #114

fix: isASignal function renamed to isSignal

fix: isASignal function renamed to isSignal #114

Workflow file for this run

name: CI
on:
push:
branches: ["main", "develop"]
pull_request:
branches: ["main", "develop"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: npm test