Example
Options
team
By default, caching is performed to a single shared storagemain. But you can isolate your caches by specifying a separate team (in turbo parlance).Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
namespace-actions/setup-turbocache@v0
jobs:
build:
runs-on: namespace-profile-default
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up caching
uses: namespace-actions/setup-turbocache@v0
- name: Go turbo
run: turbo build
main. But you can isolate your caches by specifying a separate team (in turbo parlance).