mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 16:06:56 +00:00
Merge pull request #4 from wagoid/feat/use-image-from-docker-hub
feat: use image from docker hub
This commit is contained in:
commit
b5210aa929
3 changed files with 4 additions and 4 deletions
|
|
@ -11,13 +11,13 @@ name: Commitlint
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
commitlint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: wagoid/commitlint-github-action@v1.0.0
|
- uses: wagoid/commitlint-github-action@v1.1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
## Inputs
|
## Inputs
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ inputs:
|
||||||
default: './commitlint.config.js'
|
default: './commitlint.config.js'
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'docker://wagoid/commitlint-github-action:1.1.0'
|
||||||
branding:
|
branding:
|
||||||
icon: 'check-square'
|
icon: 'check-square'
|
||||||
color: 'blue'
|
color: 'blue'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "commitlint-github-action",
|
"name": "commitlint-github-action",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"description": "commitlint github action",
|
"description": "commitlint github action",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue