Skip to content

feat: mark legacy font tokens as deprecated #104

feat: mark legacy font tokens as deprecated

feat: mark legacy font tokens as deprecated #104

Workflow file for this run

name: Chromatic
on:
push:
branches-ignore:
- 'dependabot/**'
permissions: read-all
jobs:
chromatic:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # tag=v4.0.0
with:
node-version: 18
- name: Install dependencies
run: |
npm ci
npx lerna run prepack
- name: Publish to Chromatic
uses: chromaui/action@d726e4e790a99e876f71b8e09d3053bfe783d6b8 # tag=v1
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: true
exitOnceUploaded: true