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 ⏩
- Host: GitHub
- URL: https://github.com/armand-sauzay/actions
- Owner: armand-sauzay
- License: mit
- Created: 2024-03-23T21:07:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T22:25:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T21:14:33.507Z (over 1 year ago)
- Topics: actions, gha, lint, release, test
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.