Merge pull request #14 from tokens-studio/dependabot/npm_and_yarn/bra… #28
This file contains hidden or 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: 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 |