Skip to content

refactor(cli): 修复 webpackbar 导入命名为 Webpack, 容易引起误解 #278

refactor(cli): 修复 webpackbar 导入命名为 Webpack, 容易引起误解

refactor(cli): 修复 webpackbar 导入命名为 Webpack, 容易引起误解 #278

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pnpm/[email protected]
with:
version: 6.x
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: install dep
run: pnpm i
- name: run test
run: pnpm test