-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests * figma utils unit tests * fileUtils tests * api tests * testing on github * api tests * mocha migration * created extractCategoryNames * saveSvgs test * generate fonts test * generate definition files * full fetchIcons test * updating readme * changing pr action * removing keys from component sets * removing basenode, adding pretest
- Loading branch information
1 parent
568da55
commit e6abf3a
Showing
45 changed files
with
56,364 additions
and
1,813 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ name: Pull request | |
|
||
on: pull_request | ||
|
||
env: | ||
FIGMA_ACCESS_TOKEN: ${{secrets.FIGMA_PERSONAL_ACCESS_TOKEN}} | ||
|
||
jobs: | ||
compile_js_modules: | ||
name: Compile JS Modules | ||
|
@@ -17,16 +20,5 @@ jobs: | |
ref: ${{github.head_ref}} | ||
- name: Install packages | ||
run: npm ci | ||
- name: Compile Typescript files | ||
run: tsc | ||
- name: Check for modified files | ||
id: git-check | ||
run: echo "modified=$(if [ -n "$(git status --porcelain)" ]; then echo "true"; else echo "false"; fi)" >> $GITHUB_ENV | ||
- name: Update changes in GitHub repository | ||
if: env.modified == 'true' | ||
run: | | ||
git config --global user.name "github-actions" | ||
git config --global user.email "[email protected]" | ||
git add -A | ||
git commit -m '[automated commit] compiled JS modules' | ||
git push | ||
- name: Run tests | ||
run: npm run test |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export const ZDS_ASSETS_FILE_ID = "VQ7Aa3rDYB7mgpToI3bZ4D"; | ||
export const ZDS_ASSETS_ICON_PAGE_NAME = "🦓 Icons"; |
Oops, something went wrong.