From 618a5899532513ad4e0a7cbeadd5e5b815fcc24b Mon Sep 17 00:00:00 2001 From: Martynas Date: Mon, 13 Feb 2023 13:45:56 +0100 Subject: [PATCH] README update --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51270a6..f07848d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # RDF syntax check 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). -The action fails as soon as an invalid file is detected. \ No newline at end of file +The action fails as soon as an invalid file is detected. + +## Usage + +```yml +- uses: AtomGraph/RDF-syntax-check@v1.0.2 +``` \ No newline at end of file