Skip to content

Commit

Permalink
ci: simplify commit job name
Browse files Browse the repository at this point in the history
  • Loading branch information
highb committed Dec 11, 2023
1 parent fdf806c commit d56566d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,8 @@ jobs:
- name: Run shfmt
run: scripts/shfmt.bash

commit-lint:
commit:
runs-on: ubuntu-latest
name: "Lint commits with commitizen"
if: github.event_name == 'pull_request'
steps:
- name: Check out
Expand Down

0 comments on commit d56566d

Please sign in to comment.