Skip to content

chore: add use strict in all files #53

chore: add use strict in all files

chore: add use strict in all files #53

Workflow file for this run

name: test-macos
on:
push:
branches: '*'
pull_request:
branches: '*'
jobs:
test:
runs-on: macos-latest
name: Test MacOS
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
- run: npm install
- run: npm test