mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2025-11-07 08:06:54 +00:00
ci: add a job that pulls the action from docker hub
This commit is contained in:
parent
d0b8181fa4
commit
1a7a9181b9
1 changed files with 9 additions and 0 deletions
9
.github/workflows/commitlint.yml
vendored
9
.github/workflows/commitlint.yml
vendored
|
|
@ -26,3 +26,12 @@ jobs:
|
|||
- uses: ./
|
||||
with:
|
||||
configFile: './.commitlintrc.yml'
|
||||
commitlint-pulling-from-docker-hub:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: ./
|
||||
|
|
|
|||
Loading…
Reference in a new issue