Skip to content

Commit 9d089a6

Browse files
refactor: rename action to commitlint
1 parent 3a6f8f0 commit 9d089a6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# github-actions-composite-template
1+
# commitlint
22

3-
[![version](https://badgen.net/github/release/remarkablemark/github-actions-composite-template)](https://github.com/remarkablemark/github-actions-composite-template/releases)
4-
[![test](https://github.com/remarkablemark/github-actions-composite-template/actions/workflows/test.yml/badge.svg)](https://github.com/remarkablemark/github-actions-composite-template/actions/workflows/test.yml)
3+
[![version](https://badgen.net/github/release/remarkablemark/commitlint)](https://github.com/remarkablemark/commitlint/releases)
4+
[![test](https://github.com/remarkablemark/commitlint/actions/workflows/test.yml/badge.svg)](https://github.com/remarkablemark/commitlint/actions/workflows/test.yml)
55

6-
:gear: GitHub Actions Composite Template. Inspired by [remarkablemark/hello-world-composite-action](https://github.com/remarkablemark/hello-world-composite-action).
6+
:notebook: [Lint commit messages](https://commitlint.js.org/) with GitHub Actions.
77

88
## Quick Start
99

1010
```yaml
11-
- name: GitHub Actions Composite Template
12-
uses: remarkablemark/github-actions-composite-template@v1
11+
- name: Commitlint
12+
uses: remarkablemark/commitlint@v1
1313
```
1414
1515
## Usage
@@ -20,7 +20,7 @@ See [action.yml](action.yml)
2020
2121
```yaml
2222
steps:
23-
- uses: remarkablemark/github-actions-composite-template@v1
23+
- uses: remarkablemark/commitlint@v1
2424
```
2525
2626
## Inputs
@@ -30,7 +30,7 @@ steps:
3030
**Optional**: The version. Defaults to `1.2.3`:
3131

3232
```yaml
33-
- uses: remarkablemark/github-actions-composite-template@v1
33+
- uses: remarkablemark/commitlint@v1
3434
with:
3535
version: 1.2.3
3636
```

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: github-actions-composite-template
2-
description: GitHub Actions Composite Template
1+
name: commitlint
2+
description: Lint commit messages with GitHub Actions.
33
author: remarkablemark
44
inputs:
55
version:
@@ -12,5 +12,5 @@ runs:
1212
echo 'version: ${{ inputs.version }}'
1313
shell: bash
1414
branding:
15-
icon: activity
16-
color: white
15+
icon: terminal
16+
color: gray-dark

0 commit comments

Comments
 (0)