Skip to content

feat: add responsive-table, card EBS-985 STPA-277 (#196) #291

feat: add responsive-table, card EBS-985 STPA-277 (#196)

feat: add responsive-table, card EBS-985 STPA-277 (#196) #291

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- name: Install dependencies
run: npm ci --legacy-peer-deps
- name: Publish to Chromatic
uses: chromaui/action@v1
with:
projectToken: 23c52c9242eb
skip: '@(test-**|dependabot/**)'
onlyChanged: true