Skip to content

Warning

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

Setup rdflint

Actions
Setup rdflint and add it to the PATH
v1.0.6
By imas
Star (3)

Tags

 (1)

setup-rdflint

GitHub Action to setup rdflint

Usage

runs-on: ubuntu-latest
steps:
  - uses: actions/checkout@v2
  - uses: actions/setup-java@v2
    with:
      distribution: adopt
      java-version: 11
  - uses: imas/setup-rdflint@v1
  - run: rdflint -config rdflint-config.yml

Inputs

  • rdflint-version: Optional. The version of rdflint to be installed. Example: 0.1.2. Defaults to latest.

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
v1.0.6
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.