Skip to content

AstraBert/setup-jake

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

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

setup-jake

Set up and install jake

Jake is a make-like command line utility to execute tasks on Unix OS.

Example Usage

name: Update LlamaAgent Deployment

on:
  push:
    branches:
        - main

jobs:
  update-deployment:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4

      - name: Set up Jake
        uses: AstraBert/[email protected]

How does it work

This action works by:

  • Setting up cargo (through dtolnay/rust-toolchain@stable)
  • Installing jake through cargo install jake.

License

The code is provided under the MIT License

About

GitHub Action to set up jake, a Make-like task executor for Unix OS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors