Skip to content

BREAKING: move to typescript #47

BREAKING: move to typescript

BREAKING: move to typescript #47

Workflow file for this run

name: "CI"
on: push
jobs:
test-action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test