Skip to content

catppuccin/setup-catwalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin GitHub Action for Catwalk

Usage

- uses: catppuccin/[email protected]
  with:
    # Semver compatible version of catppuccin/catwalk to install.
    # E.g. "1.3", "1.x"
    #
    # Defaults to the latest version.
    catwalk-version: ""

    # GitHub token to authenticate with when installing catppuccin/catwalk.
    #
    # Defaults to ${{ github.token }}.
    github-token: ""

Examples

Install the latest version

- uses: catppuccin/[email protected]

Install v1.3.2

Equivalent to =1.3.2

- uses: catppuccin/[email protected]
  with:
    catwalk-version: "1.3.2"

Install 1.x

Equivalent to >=1.0.0 <2.0.0

- uses: catppuccin/[email protected]
  with:
    catwalk-version: "1.x" # or just "1"

💝 Thanks to

 

Copyright © 2024-present Catppuccin Org