Skip to content

Merge pull request #14 from tokens-studio/dependabot/npm_and_yarn/bra… #28

Merge pull request #14 from tokens-studio/dependabot/npm_and_yarn/bra…

Merge pull request #14 from tokens-studio/dependabot/npm_and_yarn/bra… #28

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
# Install dependencies
- run: npm install
# Transform Figma Tokens JSON to something Style Dictionary can read, run Style Dictionary and later run Tailwind
- 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@v4
with:
commit_message: Update Tokens