Skip to content

Commit

Permalink
ci: Added names for job steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Jan 6, 2024
1 parent 5e8af8d commit d6d3d20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
name: Run Commitlint on PR
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
- name: Lint commit messages
uses: wagoid/commitlint-github-action@v5
with:
configFile: ./.commitlintrc

0 comments on commit d6d3d20

Please sign in to comment.