Jake is a make-like command line utility to execute tasks on Unix OS.
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]This action works by:
- Setting up cargo (through
dtolnay/rust-toolchain@stable) - Installing
jakethroughcargo install jake.
The code is provided under the MIT License