We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4412f42 commit aa30368Copy full SHA for aa30368
3 files changed
.github/workflows/validate.yml
@@ -12,4 +12,4 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- uses: astral-sh/setup-uv@v7
15
- - run: uv run validate_manifest.py
+ - run: uv run shapes/validate_manifest.py
ns/shapes.ttl shapes/manifest.ttlns/shapes.ttl renamed to shapes/manifest.ttl
validate_manifest.py shapes/validate_manifest.pyvalidate_manifest.py renamed to shapes/validate_manifest.py
@@ -11,8 +11,8 @@
11
from pathlib import Path
from pyshacl import validate
-repository_root = Path(__file__).parent
-shape_path = repository_root / "ns" / "shapes.ttl"
+repository_root = Path(__file__).parent.parent
+shape_path = repository_root / "shapes" / "manifest.ttl"
16
vocab_path = repository_root / "ns" / "rdftest.ttl"
17
18
0 commit comments