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.
2 parents ff9b3a2 + cfa234b commit 489993eCopy full SHA for 489993e
.github/workflows/build_deploy.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: CI
+name: Build UI
4
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
# events but only for the master branch
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
python -m pip install --upgrade pip setuptools
55
pip install reproschema requests_cache pre-commit
56
- - name: Test with pyshacl
+ - name: Validate with reproschema
57
58
reproschema -l DEBUG validate activities
59
reproschema -l DEBUG validate DemoProtocol/DemoProtocol_schema
0 commit comments