We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82e161 commit 3126acdCopy full SHA for 3126acd
.github/workflows/ci.yml
@@ -20,6 +20,19 @@ jobs:
20
- name: Lint
21
run: yarn lint
22
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
36
test-fork:
37
runs-on: ubuntu-latest
38
steps:
0 commit comments