Skip to content

feat: update rollup #506

feat: update rollup

feat: update rollup #506

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
# ref is not set as it should be using master only
- name: Run Tests and Lint
run: bash -e ./scripts/test.sh
env:
NPM_TOKEN: ""