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

https://github.com/armand-sauzay/actions

⏩Composite actions for CI/CD ⏩
https://github.com/armand-sauzay/actions

actions gha lint release test

Last synced: about 1 year ago
JSON representation

⏩Composite actions for CI/CD ⏩

Awesome Lists containing this project

README

          

# Repository Name

This repository contains two GitHub Actions: Commitlint Action and Pre-commit Action.

## Commitlint Action

The [Commitlint Action](commitlint/action.yaml) lints commit messages using commitlint. It is set up to run with Node.js version 16 by default, but this can be configured. The action runs on both pull requests and pushes to the main branch.

## Pre-commit Action

The [Pre-commit Action](pre-commit/action.yaml) runs pre-commit in your GitHub Actions workflow. It is set up to run with Python version 3.8 by default, but this can be configured. The action also supports passing extra arguments to pre-commit.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.