Skip to content

feat: restart @ice/spec and update version to v2 #114

feat: restart @ice/spec and update version to v2

feat: restart @ice/spec and update version to v2 #114

Workflow file for this run

name: ci
on:
push:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 10
registry-url: https://registry.npmjs.org/
- run: npm i
- run: npm run ci