Skip to content

Update licenseType doc and error message #15

Update licenseType doc and error message

Update licenseType doc and error message #15

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test