GitHub Action to setup rdflint
steps:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
distribution: temurin
java-version: 21
- uses: imas/setup-rdflint@v4
with:
# The version of rdflint to be installed
# Specify the exact version or `latest`
# Default: latest
rdflint-version: latest
- run: rdflint -config rdflint-config.ymlMIT License
Setup rdflint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.