Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
TimRoe committed Dec 16, 2023
1 parent fec503b commit 5c8c274
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 286 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tokens-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ jobs:
git add -f figma/
- name: Check for `figma` diff
working-directory: packages/tokens
run: |
git diff HEAD --name-only figma | 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
run: 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 }}
run: echo No changes to figma tokens
Expand Down
94 changes: 0 additions & 94 deletions packages/tokens/figma/anotherTestTokenSet.json

This file was deleted.

94 changes: 0 additions & 94 deletions packages/tokens/figma/color.json

This file was deleted.

94 changes: 0 additions & 94 deletions packages/tokens/figma/tester.json

This file was deleted.

0 comments on commit 5c8c274

Please sign in to comment.