File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 - v1-dependencies-{{ checksum "package.json" }}
1515 - v1-dependencies-
1616 - run :
17- name : 📚 Installing dependencies
17+ name : Installing dependencies
1818 command : yarn install
1919 - save_cache :
2020 paths :
2121 - node_modules
2222 key : v1-dependencies-{{ checksum "package.json" }}
2323 - run :
24- name : 🏃 Running tests
24+ name : Running tests
2525 command : yarn lint
2626 - run :
2727 name : Build
@@ -35,13 +35,13 @@ jobs:
3535 - v1-dependencies-{{ checksum "package.json" }}
3636 - v1-dependencies-
3737 - run :
38- name : 📚 Installing dependencies
38+ name : Installing dependencies
3939 command : yarn install
4040 - run :
4141 name : Build
4242 command : yarn build
4343 - run :
44- name : 🚀 Deploying to GitHub Pages
44+ name : Deploying to GitHub Pages
4545 command : |
4646 git config --global user.email $GH_EMAIL
4747 git config --global user.name $GH_NAME
You can’t perform that action at this time.
0 commit comments