File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 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
2222steps :
23- - uses : remarkablemark/github-actions-composite-template @v1
23+ - uses : remarkablemark/commitlint @v1
2424` ` `
2525
2626## Inputs
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` ` `
Original file line number Diff line number Diff line change 1- name : github-actions-composite-template
2- description : GitHub Actions Composite Template
1+ name : commitlint
2+ description : Lint commit messages with GitHub Actions.
33author : remarkablemark
44inputs :
55 version :
1212 echo 'version: ${{ inputs.version }}'
1313 shell: bash
1414branding :
15- icon : activity
16- color : white
15+ icon : terminal
16+ color : gray-dark
You can’t perform that action at this time.
0 commit comments