Skip to content

Added privacy policy 1.0 #97

Added privacy policy 1.0

Added privacy policy 1.0 #97

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run test