Skip to content

- Added fluid font tokens from Fluid Typescale Visualizer #97

- Added fluid font tokens from Fluid Typescale Visualizer

- Added fluid font tokens from Fluid Typescale Visualizer #97

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
- name: Install Dependencies
run: npm install
- name: Split tokens.json file
run: npm run split-json
# Convert tokens according to Style Dictionary config
- name: Run style-dictionary
run: npm run build
# Add files that were created during a run, e.g. created files from style dictionary or token-transformer.
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Update Tokens