From e65a0a8be7b3ab18d8613b8fc0160af7a4bcf10c Mon Sep 17 00:00:00 2001 From: Steve Ray Date: Wed, 20 Sep 2023 09:48:06 -0400 Subject: [PATCH] Test6 --- .github/workflows/main.yml | 4 ++++ file1.shapes.ttl | 3 +-- subfolder/file2.shapes.ttl | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 581ee1d..a5ba183 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,6 +50,10 @@ jobs: fi echo "::set-output name=files::$files" + - name: Echo changed files + run: | + echo "Changed files: ${{ steps.getfile.outputs.files }}" + - name: Run Python script on changed files run: | IFS=$'\n' read -ra ADDR <<< "${{ steps.getfile.outputs.files }}" diff --git a/file1.shapes.ttl b/file1.shapes.ttl index 28eb5a8..3428392 100644 --- a/file1.shapes.ttl +++ b/file1.shapes.ttl @@ -2,7 +2,6 @@ # imports: http://datashapes.org/dash # prefix: file1 -@base . @prefix dash: . @prefix file1: . @prefix owl: . @@ -14,7 +13,7 @@ a owl:Ontology ; owl:imports ; - owl:versionInfo "Created with TopBraid Composer" ; + owl:versionInfo "Created with TopBraid Composer" ; . file1:DestinationClass_1 a file1:Location ; diff --git a/subfolder/file2.shapes.ttl b/subfolder/file2.shapes.ttl index cc0c27c..d1643a0 100644 --- a/subfolder/file2.shapes.ttl +++ b/subfolder/file2.shapes.ttl @@ -19,7 +19,7 @@ file1:isPointOfShape a owl:Ontology ; owl:imports ; owl:imports ; - owl:versionInfo "Created with TopBraid Composer" ; + owl:versionInfo "Created with TopBraid Composer" ; . file2:ShouldFail a file1:RandomOtherClass ;