File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 publish :
1212 runs-on : ubuntu-22.04
13-
1413 steps :
1514 - uses : actions/checkout@v2
1615
1716 - name : setup node
18- uses : actions/setup-node@v1
17+ uses : actions/setup-node@v4
1918 with :
2019 node-version : 20
2120
2423 cd ./0.13
2524 npm install
2625 npm run test
26+ cd ..
Original file line number Diff line number Diff line change 11# Curation List for Moss 0.13
22
3- ## Modifying the List
3+ ## Modifying the Curation List
44
550 . Run ` npm install `
6- 1 . Go to curation.ts and change the file as needed
7- 2 . Run ` npm run write-curation-list ` which should update the ` curation.json ` file in ` ./lists/curation.json ` .
8- 3 . Make a PR with the new change
6+ 1 . Go to ` ./modify/curation.ts ` and change the file as needed
7+ 2 . Run ` npm run write-lists ` which should update ` ./lists/curation.json ` .
8+ 3 . Make a PR with the new change
9+
10+ ## Modifying the Developer Collective List
11+
12+ 0 . Run ` npm install `
13+ 1 . Go to ` ./modify/developerCollective.ts ` and change the file as needed
14+ 2 . Run ` npm run write-lists ` which should update ` ./lists/curation.json ` .
15+ 3 . Make a PR with the new change
16+
You can’t perform that action at this time.
0 commit comments