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

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

GitHub Action MarketplaceGitHub Actions Workflow StatusLicenseDiscord

Setup Jelly CLI for GitHub Actions

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.

Usage

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

Inputs

version (optional)

Version of the Jelly CLI to install, e.g., v0.5.0. Default: latest

token (optional)

GitHub token to use when searching the latest release. Unused if version is provided. Default: ${{ github.token }}

Example

- uses: Jelly-RDF/setup-cli@v1
version: 'v0.5.0'
token: ${{ secrets.GITHUB_TOKEN }}

About

GitHub Action for setting up jelly-cli

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages