Skip to content

feat(actions): Reusable pr workflow #11

feat(actions): Reusable pr workflow

feat(actions): Reusable pr workflow #11

Workflow file for this run

name: Publish Storybook (Chromatic build from PR)
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
Prepare:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Create Build
run: |
npm ci --loglevel=warn
npm run build