Skip to content

Modified the Phishing Investigation application to handle benign case as well as no URL extracted from entities. #331

Modified the Phishing Investigation application to handle benign case as well as no URL extracted from entities.

Modified the Phishing Investigation application to handle benign case as well as no URL extracted from entities. #331

name: Sample Data Validation
run-name: Sample Data Validation running on ${{ github.ref_name }}
on:
pull_request:
branches:
- master
# Allows to run workflow manually from the Actions tab
workflow_dispatch:
jobs:
sampleDataValidator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g npm@6.14.15;which npm;npm -v
- name: npm install
run: npm install
- name: Sample Data Validator
run: npm run tsc && node .script/sampleDataValidator.js