Skip to content

eq and neq: Explicitly set the minimum value for the delta para… #1138

eq and neq: Explicitly set the minimum value for the delta para…

eq and neq: Explicitly set the minimum value for the delta para… #1138

Workflow file for this run

name: Test Processes
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- uses: actions/checkout@v3
- name: Run linter
run: |
npm install
npm test
working-directory: dev