Skip to content

feat: add secureApi and scriptSource #621

feat: add secureApi and scriptSource

feat: add secureApi and scriptSource #621

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run transpile
- run: npm run test