Skip to content

Commit

Permalink
Update rdf-syntax-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hauschke authored Sep 18, 2024
1 parent a52c759 commit f47dfb1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/rdf-syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
run: |
curl -sS --fail "https://dlcdn.apache.org/jena/binaries/apache-jena-5.1.0.tar.gz" -o "/home/runner/work/_temp/apache-jena-5.1.0.tar.gz"
- name: List files
run: ls -la /home/runner/work/_temp/

- name: Extract Apache Jena
- name: Extract Apache Jena TAR
run: |
tar -xzf /home/runner/work/_temp/apache-jena-5.1.0.tar.gz -C /home/runner/work/_temp/
- name: List extracted files
run: ls -la /home/runner/work/_temp/

- name: List files inside extracted directory
run: ls -la /home/runner/work/_temp/apache-jena-fuseki-5.1.0

- name: RDF syntax check
uses: AtomGraph/RDF-syntax-check@v1.0.5
with:
Expand Down

0 comments on commit f47dfb1

Please sign in to comment.