5
0
Fork 0
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:
Wagner Santos 2020-07-03 15:54:52 -03:00
parent d0b8181fa4
commit 1a7a9181b9

View file

@ -26,3 +26,12 @@ jobs:
- uses: ./ - uses: ./
with: with:
configFile: './.commitlintrc.yml' 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: ./