Skip to content

chore: add a license checker #281

chore: add a license checker

chore: add a license checker #281

Workflow file for this run

name: Run Tests and Linting
on:
pull_request:
branches:
- master
jobs:
deploy:
name: Run Tests and Linting
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '16.14.2'
- name: Checkout Ref
uses: actions/checkout@v1
- name: Run Tests and Lint
run: bash -e ./scripts/test.sh
env:
NPM_TOKEN: ""