Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

feat: import npub for extensions #57

feat: import npub for extensions

feat: import npub for extensions #57

Workflow file for this run

name: "Chromatic"
# Event for the workflow
on:
push:
paths:
- "client/src/lib/**"
- ".github/workflows/chromatic.yml"
concurrency: chromatic
# List of jobs
jobs:
chromatic-deployment:
# Operating System
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
working-directory: ./client
run: npm install
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}