GitHub Action to setup rdflint
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
rdflint-version
: Optional. The version of rdflint to be installed. Example:0.1.2
. Defaults tolatest
.
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.