Skip to content

Add Behavioral_Biometric_Fraud_Detection #78

Add Behavioral_Biometric_Fraud_Detection

Add Behavioral_Biometric_Fraud_Detection #78

Workflow file for this run

name: SubStream API Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Use Node.js
uses: actions/setup-node@v6
with:
node-version: '20.11.0'
- name: Install FFmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- run: npm ci
- name: Security Audit
run: npm audit --audit-level=high
- run: npm test