Skip to content

Setup a GitHub Actions workflow with the jarvis CLI tool

Notifications You must be signed in to change notification settings

atoscerebro/setup-jarvis

Repository files navigation

setup-jarvis

This action sets up the environment to use jarvis by downloading a specified version of jarvis and adding to PATH

Usage

see action.yml

example

steps:
  - uses: actions/checkout@v3
  - uses: atoscerebro/setup-jarvis@v1
    with:
      version: '1' # The jarvis version to download and use.
  - run: jarvis project docs --check # Check if docs are up to date.

Development

  • run yarn to pull dependencies
  • to comply with style, run yarn run format
  • to transpile /src, run yarn run build to output to dist/

About

Setup a GitHub Actions workflow with the jarvis CLI tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published