Skip to content

imas/setup-rdflint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1455d80 · Apr 6, 2024

History

39 Commits
Jan 25, 2024
Jan 25, 2024
Apr 6, 2024
Jan 25, 2024
Feb 2, 2020
Apr 15, 2021
Apr 15, 2021
Feb 2, 2020
Jan 25, 2024
Jan 25, 2024
Apr 6, 2024
Apr 6, 2024
Apr 6, 2024

Repository files navigation

setup-rdflint

GitHub Action to setup rdflint

Usage

runs-on: ubuntu-latest
steps:
  - uses: actions/checkout@v4
  - uses: actions/setup-java@v4
    with:
      distribution: temurin
      java-version: 17
  - uses: imas/setup-rdflint@v3
  - 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