Skip to content

feat: update notice for v2 #1564

feat: update notice for v2

feat: update notice for v2 #1564

Workflow file for this run

name: Test CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn
- run: yarn lint:check
- run: yarn pretty:check