Skip to content

neandertech/setup-unison

Repository files navigation

Unison setup GitHub Action

A GitHub Action to install the Unison Codebase Manager.

Features

  • runs on platform: Linux, MacOS

Inputs

  • disableCache (optional): 'true'
    • Set to true to prevent this action to cache the UCM codebase between runs.

Example with custom inputs

  steps:
    - uses: neandertech/unison-setup@v1
    - run: ucm transcript path/to/transcript.md

Outputs

  • ucm-version: version of the installed UCM (should be the latest available)

Useful information :

  • Information with regards to the environment variables known by UCM can be found [here]
  • As the time of writing this, there is no UI to generate API keys to interact with Unison-share. Your personal access token can be found on your local machine, in ~/.local/share/unisonlanguage/credentials.json. That JSON file contains the access token in one of the fields.

About

GH action for setting up UCM

Resources

License

Stars

Watchers

Forks

Packages

No packages published