Skip to content

feat: add color picker and tab #36

feat: add color picker and tab

feat: add color picker and tab #36

Workflow file for this run

name: "Code Quality Checking"
on:
push:
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Node.js
uses: ./.github/composite/nodejs
- name: Check Package
shell: bash
run: |
pnpm run lint