Skip to content

Jelly-RDF/setup-cli

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

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Action Marketplace GitHub Actions Workflow Status License Discord

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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •