Skip to content

Delete getDefaultStyle function #56

Delete getDefaultStyle function

Delete getDefaultStyle function #56

Workflow file for this run

name: Run required test
on:
push:
branches-ignore:
- 'docs'
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run lint
- run: npm run typecheck
- run: npm run test