Setup Jelly CLI in GitHub Actions to use jelly-cli
.
By default the action finds and downloads the latest version.
Implemented as a composite action.
Note: Currently only Linux x86_64 runners are supported.
Simply run the action before jelly-cli
usage.
steps:
- uses: Jelly-RDF/setup-cli@v1
- run: jelly-cli rdf to-jelly input.ttl > output.jelly
Version of the Jelly CLI to install, e.g., v0.5.0
. Default: latest
GitHub token to use when searching the latest release. Unused if version is provided. Default: ${{ github.token }}
- uses: Jelly-RDF/setup-cli@v1
version: 'v0.5.0'
token: ${{ secrets.GITHUB_TOKEN }}