mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
Initial commit
This commit is contained in:
commit
9e3a503182
18 changed files with 5990 additions and 0 deletions
49
README.example.md
Normal file
49
README.example.md
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# <title>
|
||||
|
||||
<description>
|
||||
|
||||
<a name="toc"></a>
|
||||
|
||||
## Table of contents
|
||||
|
||||
- [Badges](#badges)
|
||||
- [License](#license)
|
||||
|
||||
<a name="badges"></a>
|
||||
|
||||
## Badges
|
||||
|
||||
| Badge | Description | Service |
|
||||
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | -------------------- |
|
||||
| <a href="https://github.com/prettier/prettier#readme"><img alt="code style" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"></a> | Code style | Prettier |
|
||||
| <a href="https://conventionalcommits.org"><img alt="Conventional Commits: 1.0.0" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=flat-square"></a> | Commit style | Conventional Commits |
|
||||
| <a href="https://github.com/vidavidorra/<repo-name>/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/<repo-name>/Lint%20commit%20messages?style=flat-square"></a> | Lint commit messages | GitHub Actions |
|
||||
| <a href="https://github.com/vidavidorra/<repo-name>/actions"><img alt="GitHub workflow status" src="https://img.shields.io/github/workflow/status/vidavidorra/<repo-name>/Lint?style=flat-square"></a> | Lint | GitHub Actions |
|
||||
|
||||
<a name="license"></a>
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the [GPLv3 license](https://www.gnu.org/licenses/gpl.html).
|
||||
|
||||
Copyright © 2019-2020 Jeroen de Bruijn
|
||||
|
||||
<details><summary>License details.</summary>
|
||||
<p>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
The full text of the license is available in the [LICENSE](LICENSE.md) file in this repository and [online](https://www.gnu.org/licenses/gpl.html).
|
||||
|
||||
</details>
|
||||
Loading…
Add table
Add a link
Reference in a new issue