finished icon implementation for the button and cleanup #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |