Skip to content

chore: Rename package from Maskify to DataVeil #2

chore: Rename package from Maskify to DataVeil

chore: Rename package from Maskify to DataVeil #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- run: npm install
- run: npm run build
- run: npm test