Skip to content

Commit aa30368

Browse files
committed
Move files around
1 parent 4412f42 commit aa30368

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v5
1414
- uses: astral-sh/setup-uv@v7
15-
- run: uv run validate_manifest.py
15+
- run: uv run shapes/validate_manifest.py
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
from pathlib import Path
1212
from pyshacl import validate
1313

14-
repository_root = Path(__file__).parent
15-
shape_path = repository_root / "ns" / "shapes.ttl"
14+
repository_root = Path(__file__).parent.parent
15+
shape_path = repository_root / "shapes" / "manifest.ttl"
1616
vocab_path = repository_root / "ns" / "rdftest.ttl"
1717

1818

0 commit comments

Comments
 (0)