From 1a7a9181b9d59edd696531392d96f0e63fbbc939 Mon Sep 17 00:00:00 2001 From: Wagner Santos Date: Fri, 3 Jul 2020 15:54:52 -0300 Subject: [PATCH] ci: add a job that pulls the action from docker hub --- .github/workflows/commitlint.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 145fc3e..a96dbcc 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -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: ./