File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 42
42
- name : Deploy to GitHub Pages
43
43
id : deployment
44
44
uses : actions/deploy-pages@v2
45
+ - name : Run Chromatic
46
+ uses : chromaui/action@latest
47
+ with :
48
+ # ⚠️ Make sure to configure a `CHROMATIC_PROJECT_TOKEN` repository secret
49
+ projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ Web is the main supported platform but the system allows easier extension with m
16
16
* [x] Establish Design Principles
17
17
* [x] Catalog Components
18
18
* [x] Explain customization level and how styling could be done
19
- * [ ] Define anatomy elements and collect resources
19
+ * [x ] Define anatomy elements and collect resources
20
20
* [x] Core values/Principles
21
- * [ ] Define initial tokens
22
- * [ ] Define initial systems, if needed
21
+ * [x ] Define initial tokens
22
+ * [x ] Define initial systems, if needed
23
23
* [x] Define initial components
24
24
* [x] Add some guides
25
25
* [ ] Setup npm package and document how it should be used
26
26
* [x] Auto deployment script
27
27
* [x] Add docs for at least one process - component contribution
28
- * [ ] Develop at least one component from the MVP list by following a process
28
+ * [x ] Develop at least one component from the MVP list by following a process
29
29
30
30
* Phase Next
31
31
* [ ] Make automatic documentation for components to work
You can’t perform that action at this time.
0 commit comments