An open API service indexing awesome lists of open source software.

https://github.com/eidp/actions-helm

Repository containing Helm specific GitHub actions
https://github.com/eidp/actions-helm

actions github-actions helm

Last synced: 2 months ago
JSON representation

Repository containing Helm specific GitHub actions

Awesome Lists containing this project

README

          

# Helm actions

This repository contains Helm specific actions.

## 🛠️ GitHub Actions

The following GitHub Actions are available in this repository:

- [promote](promote/README.md)
- [publish](publish/README.md)

## Development

### Pre-commit hooks

To ensure code quality and consistency, this repository uses [pre-commit](https://pre-commit.com/) hooks. Make sure to
install the pre-commit hooks by running:

```bash
pre-commit install
```