Skip to content

Commit 900aef3

Browse files
committed
update readme
1 parent 9c1c0d4 commit 900aef3

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ on:
1010
jobs:
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

@@ -24,3 +23,4 @@ jobs:
2423
cd ./0.13
2524
npm install
2625
npm run test
26+
cd ..

0.13/README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Curation List for Moss 0.13
22

3-
## Modifying the List
3+
## Modifying the Curation List
44

55
0. 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+

0 commit comments

Comments
 (0)