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

Repository files navigation

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

About

GitHub Action to setup rdflint

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors