Skip to content

Move config files to Tokens directory #6

Move config files to Tokens directory

Move config files to Tokens directory #6

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ui
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/[email protected]
- run: npx token-transformer tokens/tokens.json tokens/transformed-tokens.json
- run: npx npx style-dictionary build --config tokens/style-dictionary-config.json
- run: npx stylelint src/assets/styles/abstracts/_variables.scss --fix
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'chore: update css tokens'