Skip to content

Commit fc0d695

Browse files
Merge branch 'StanfordBDHG:main' into main
2 parents da5a72c + 3779c38 commit fc0d695

33 files changed

Lines changed: 3789 additions & 4627 deletions

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# SPDX-License-Identifier: MIT
44

55
*.pdf filter=lfs diff=lfs merge=lfs -text
6-
*.svg filter=lfs diff=lfs merge=lfs -text
6+
*.svg filter=lfs diff=lfs merge=lfs -text
7+
*.zip filter=lfs diff=lfs merge=lfs -text

.github/workflows/build-and-test.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: StanfordBDHG/.github/.github/workflows/reuse.yml@v2
2424
markdownlinkcheck:
2525
name: Markdown Link Check
26-
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2
26+
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2.3
2727
lint:
2828
name: Lint
2929
runs-on: ubuntu-latest
@@ -34,10 +34,10 @@ jobs:
3434
lfs: 'true'
3535
- name: Git LFS Pull
3636
run: git lfs pull
37-
- name: Use Node.js 22.x
37+
- name: Use Node.js 24
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 22.6.x
40+
node-version: 24.x
4141
- name: Install Dependencies
4242
run: npm run install
4343
- name: Build
@@ -56,10 +56,15 @@ jobs:
5656
lfs: 'true'
5757
- name: Git LFS Pull
5858
run: git lfs pull
59-
- name: Use Node.js 22.x
59+
- name: Use Node.js 24
6060
uses: actions/setup-node@v4
6161
with:
62-
node-version: 22.6.x
62+
node-version: 24.x
63+
- name: Setup Java
64+
uses: actions/setup-java@v4
65+
with:
66+
distribution: 'microsoft'
67+
java-version: '21'
6368
- name: Install Dependencies
6469
run: npm run install
6570
- name: Install Firebase CLI

.github/workflows/monthly-markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ on:
1515
jobs:
1616
markdown_link_check:
1717
name: Markdown Link Check
18-
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2
18+
uses: StanfordBDHG/.github/.github/workflows/markdown-link-check.yml@v2.3

.linkspector.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# This source file is part of the Stanford Biodesign Digital Health ENGAGE-HF open-source project
2+
#
3+
# SPDX-FileCopyrightText: 2023 Stanford University and the project authors (see CONTRIBUTORS.md)
4+
#
5+
# SPDX-License-Identifier: MIT
6+
#
7+
8+
9+
dirs:
10+
- .
11+
useGitIgnore: true
12+
ignorePatterns:
13+
- pattern: '^doc:.*$'
14+
- pattern: '^http://localhost.*$'
15+
- pattern: '^http://unitsofmeasure\.org$'
16+
replacementPatterns:
17+
- pattern: '(.*)#gh-dark-mode-only'
18+
replacement: '$1'
19+
- pattern: '(.*)#gh-light-mode-only'
20+
replacement: '$1'

functions/data/videoSections.json

Lines changed: 143 additions & 39 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)