Skip to content

Commit 618a589

Browse files
committed
README update
1 parent fe7e622 commit 618a589

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# RDF syntax check
22
GH action that iterates all RDF files in the repository and validates their syntax using [Apache Jena's riot parser](https://jena.apache.org/documentation/io/#command-line-tools).
3-
The action fails as soon as an invalid file is detected.
3+
The action fails as soon as an invalid file is detected.
4+
5+
## Usage
6+
7+
```yml
8+
- uses: AtomGraph/[email protected]
9+
```

0 commit comments

Comments
 (0)