Skip to content

feat: use formatter plugin to handle all props change #8

feat: use formatter plugin to handle all props change

feat: use formatter plugin to handle all props change #8

Workflow file for this run

name: "CI Check"
on:
pull_request:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn test
- run: yarn build