Skip to content

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

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

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

Workflow file for this run

name: ci
on:
push:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install pnpm
uses: pnpm/action-setup@v2
- uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: pnpm i
- run: pnpm build
- run: pnpm run lint
- run: pnpm run test