Skip to content

Commit

Permalink
Merge branch 'main' into feat/stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio authored Jan 26, 2024
2 parents 3cb3976 + 8dcdd14 commit 298946e
Show file tree
Hide file tree
Showing 11 changed files with 2,079 additions and 21 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/tokens-to-css.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Design Tokens to CSS

on:
push:
branches-ignore:
- 'main'
workflow_dispatch:

jobs:
design-tokens-to-css:
name: Build CSS Vars
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- uses: actions/setup-node@v4

- name: Run tokens-to-css
run: npm run tokens-to-css

- name: Commit generated CSS
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Commit generated CSS
Loading

0 comments on commit 298946e

Please sign in to comment.