5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +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:
Wagner Santos 2019-10-04 00:50:29 -03:00 committed by GitHub
commit b5210aa929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -11,13 +11,13 @@ name: Commitlint
on: [pull_request]
jobs:
commitlint:
lint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: wagoid/commitlint-github-action@v1.0.0
- uses: wagoid/commitlint-github-action@v1.1.0
```
## Inputs

View file

@ -7,7 +7,7 @@ inputs:
default: './commitlint.config.js'
runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://wagoid/commitlint-github-action:1.1.0'
branding:
icon: 'check-square'
color: 'blue'

View file

@ -1,6 +1,6 @@
{
"name": "commitlint-github-action",
"version": "1.0.0",
"version": "1.1.0",
"description": "commitlint github action",
"main": "index.js",
"scripts": {