Skip to content

Commit 3126acd

Browse files
committed
Try auto-generating deployments.json, making sure it's up-to-date
1 parent b82e161 commit 3126acd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ jobs:
2020
- name: Lint
2121
run: yarn lint
2222

23+
deployments-json:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v4
27+
28+
- name: Generate deployments.json
29+
run: python3 src/scripts/parse_readme.py
30+
31+
- name: Verify generated files are committed
32+
run: |
33+
git status --porcelain
34+
git diff --exit-code -- docs/deployments.json docs/families.txt
35+
2336
test-fork:
2437
runs-on: ubuntu-latest
2538
steps:

0 commit comments

Comments
 (0)