Skip to content

Setup rdflint

Actions
Setup rdflint and add it to the PATH
v4.0.0
Latest
By imas
Star (3)

Tags

 (1)

setup-rdflint

GitHub Action to setup rdflint

Usage

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.yml

License

MIT 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.

About

Setup rdflint and add it to the PATH
v4.0.0
Latest
By imas

Tags

 (1)

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.