Add table of contents

This commit is contained in:
Kevin Stillhammer 2024-08-24 00:03:11 +02:00
parent 18498fc78f
commit dccd08dfe5
No known key found for this signature in database

View File

@ -8,6 +8,19 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs
* Optional: Cache the uv cache * Optional: Cache the uv cache
* Optional: Verify the checksum of the downloaded uv executable * Optional: Verify the checksum of the downloaded uv executable
## Contents
* [Usage](#usage)
* [Install specific version](#install-specific-version)
* [Install latest version](#install-latest-version)
* [Validate checksum](#validate-checksum)
* [Enable Caching](#enable-caching)
* [Local cache path](#local-cache-path)
* [Cache dependency glob](#cache-dependency-glob)
* [API rate limit](#api-rate-limit)
* [How it works](#how-it-works)
* [FAQ](#faq)
## Usage ## Usage
Example workflow will be added later Example workflow will be added later