From efe88a025ea1da4243eadb6fc1ac122a7d8b5866 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Wed, 30 Sep 2020 15:48:35 -0500 Subject: [PATCH] ci(commit-lint): rename commit lint job name --- .github/workflows/commit-lint.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index f87c7c22..8cab6b8b 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -4,12 +4,13 @@ on: pull_request: jobs: - lint: + commit-lint: # Dependabot sometimes makes some really long commit messages and I can't stop it if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest steps: - - uses: ahmadnassri/action-conventional-commit-lint@v1.0.0 + - name: Commit lint + uses: ahmadnassri/action-conventional-commit-lint@v1.0.0 with: token: ${{ github.token }}