Skip to content

Fix usage of any

Fix usage of any #56

Workflow file for this run

name: "Build & test"
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- master
- 'release/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: |
npm install
npm run all