Skip to content

Commit

Permalink
ci: adding commitlint to lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thegrannychaseroperation committed May 12, 2024
1 parent c9070bf commit 4be685a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
run: yarn

- name: Validate current commit (last commit) with commitlint
if: github.event_name == 'push'
run: npx commitlint --last --verbose

- name: Check formatting
Expand Down

1 comment on commit 4be685a

@Rabi20
Copy link

@Rabi20 Rabi20 commented on 4be685a May 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.