Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-circle

GitHub Action

RDF syntax check

v1.0.2 Pre-release

RDF syntax check

check-circle

RDF syntax check

Iterates all RDF files in the repository and validates their syntax. It fails when an invalid file is detected

Installation

Copy and paste the following snippet into your .yml file.

              

- name: RDF syntax check

uses: AtomGraph/[email protected]

Learn more about this action in AtomGraph/RDF-syntax-check

Choose a version

RDF syntax check

GH action that iterates all RDF files in the repository and validates their syntax using Apache Jena's riot parser. The action fails as soon as an invalid file is detected.

Usage

- uses: AtomGraph/[email protected]