Skip to content

(chore): fix eslint error #45

(chore): fix eslint error

(chore): fix eslint error #45

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Node v12
uses: actions/setup-node@v3
with:
node-version: 14.x
- name: Update NPM
run: npm install -g [email protected]
- name: Run Test
working-directory: ./bundle
run: npm run test