Skip to content

Commit 90ec2d3

Browse files
committed
test: verify urls as part of CI
Fixes #75
1 parent 4f4fb23 commit 90ec2d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ jobs:
2020
run: python tests/validate_data.py
2121
- name: Parsing YAML files (checking for correct relations)
2222
run: python src/data.py
23+
- name: Verify URLs
24+
uses: urlstechie/urlchecker-action@0.0.34
25+
with:
26+
subfolder: simtools
27+
file_types: .yaml
28+
retry_count: 3
29+
force_pass: false

0 commit comments

Comments
 (0)