Skip to content

Commit

Permalink
Fix typo, re-remove colors
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 16, 2023
1 parent 5f179aa commit 6117f84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
git diff --shortstat figma | wc -l
git diff HEAD --name-only figma | wc -l
git git status figma -uall --porcelain 2>/dev/null| egrep "^(A| A|M| M|R| R|D| D)" | wc -l
git status figma -uall --porcelain 2>/dev/null| egrep "^(A| A|M| M|R| R|D| D)" | wc -l
echo "FIGMA_FILES_CHANGED=$(git diff HEAD --name-only figma | wc -l)" >> $GITHUB_ENV
- name: No changes to `figma` tokens
if: ${{ env.FIGMA_FILES_CHANGED == 0 }}
Expand Down
94 changes: 0 additions & 94 deletions packages/tokens/figma/color.json

This file was deleted.

0 comments on commit 6117f84

Please sign in to comment.