Skip to content

fix(Color): fix color is not reactive bug #15

fix(Color): fix color is not reactive bug

fix(Color): fix color is not reactive bug #15

Workflow file for this run

name: Test and Lint
on: [push]
jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Use Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 20.x
# cache: 'npm'
# - run: npm install
# - run: npm run build
# - run: npm run test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: 'npm'
- run: npm install
- run: npm run lint