ci(commit-lint): rename commit lint job name
This commit is contained in:
parent
3816c0e632
commit
efe88a025e
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue