Skip to content

Commit

Permalink
ci: Hot fix of the commit workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticBoozer committed Oct 14, 2024
1 parent c05a71a commit 49dc43d
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Check commit"
name: "Commit lint"
# yamllint disable-line rule:truthy
on:
push:
Expand All @@ -16,12 +16,4 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run conventional commit checks
uses: commit-check/commit-check-action@v1
with:
message: true
branch: false
author-name: true
author-email: true
commit-signoff: false
dry-run: false
job-summary: true
uses: ahmadnassri/action-commit-lint@v2

0 comments on commit 49dc43d

Please sign in to comment.