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 85d5dbb + 1761fe7 commit a0da9d5Copy full SHA for a0da9d5
.github/workflows/build_deploy.yml
@@ -14,6 +14,7 @@ on:
14
jobs:
15
# This workflow contains a single job called "build"
16
build:
17
+ name: Build UI
18
# The type of runner that the job will run on
19
runs-on: ubuntu-latest
20
@@ -53,7 +54,7 @@ jobs:
53
54
run: |
55
python -m pip install --upgrade pip setuptools
56
pip install reproschema requests_cache pre-commit
- - name: Test with pyshacl
57
+ - name: Validate with reproschema
58
59
reproschema -l DEBUG validate activities
60
reproschema -l DEBUG validate DemoProtocol/DemoProtocol_schema
0 commit comments