Skip to content

Commit

Permalink
DONT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal committed Jan 29, 2024
1 parent 26a30c1 commit cfd7adc
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Action Starter
# Pipx Install Action

[![version](https://img.shields.io/github/v/release/threeal/action-starter?style=flat-square)](https://github.com/threeal/action-starter/releases)
[![license](https://img.shields.io/github/license/threeal/action-starter?style=flat-square)](./LICENSE)
[![build status](https://img.shields.io/github/actions/workflow/status/threeal/action-starter/build.yaml?branch=main&label=build&style=flat-square)](https://github.com/threeal/action-starter/actions/workflows/build.yaml)
[![test status](https://img.shields.io/github/actions/workflow/status/threeal/action-starter/test.yaml?branch=main&label=test&style=flat-square)](https://github.com/threeal/action-starter/actions/workflows/test.yaml)
[![version](https://img.shields.io/github/v/release/threeal/pipx-install-action?style=flat-square)](https://github.com/threeal/pipx-install-action/releases)
[![license](https://img.shields.io/github/license/threeal/pipx-install-action?style=flat-square)](./LICENSE)
[![build status](https://img.shields.io/github/actions/workflow/status/threeal/pipx-install-action/build.yaml?branch=main&label=build&style=flat-square)](https://github.com/threeal/pipx-install-action/actions/workflows/build.yaml)
[![test status](https://img.shields.io/github/actions/workflow/status/threeal/pipx-install-action/test.yaml?branch=main&label=test&style=flat-square)](https://github.com/threeal/pipx-install-action/actions/workflows/test.yaml)

The Action Starter is a [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) that provides a minimalistic boilerplate to kickstart your [GitHub Action](https://github.com/features/actions) project.
This template offers a streamlined foundation, complete with predefined file structures, essential tools, and recommended settings, ensuring a swift and efficient start to your GitHub Action development journey.
The Pipx Install Action is a [GitHub Action](https://github.com/features/actions) designed to install [Python](https://nodejs.org/en) dependencies using [Yarn](https://yarnpkg.com/) with cache support.

## Key Features

Expand Down

0 comments on commit cfd7adc

Please sign in to comment.