Skip to content

finished icon implementation for the button and cleanup #11

finished icon implementation for the button and cleanup

finished icon implementation for the button and cleanup #11

name: Test Design Tokens
on:
push:
branches:
- refactor/figma-design-token-sync
- figma-design-token
workflow_dispatch:
jobs:
test-design-tokens:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/[email protected]
- name: Install pnpm package manager
uses: pnpm/[email protected]
with:
version: 8.14
- name: Set up Node.js version
uses: actions/[email protected]
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install dependencies
run: |
pnpm install
pnpm ls --recursive
- name: Build tokens
run: |
cd proprietary/design-tokens
pnpm build:style-dictionary