ci(commit-lint): rename commit lint job name

This commit is contained in:
Travis Shivers 2020-09-30 15:48:35 -05:00 committed by GitHub
parent 3816c0e632
commit efe88a025e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -4,12 +4,13 @@ on:
pull_request: pull_request:
jobs: jobs:
lint: commit-lint:
# Dependabot sometimes makes some really long commit messages and I can't stop it # Dependabot sometimes makes some really long commit messages and I can't stop it
if: github.actor != 'dependabot[bot]' if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ahmadnassri/action-conventional-commit-lint@v1.0.0 - name: Commit lint
uses: ahmadnassri/action-conventional-commit-lint@v1.0.0
with: with:
token: ${{ github.token }} token: ${{ github.token }}